force time_sharing (workaround for Fugaku)
Change-Id: Ie3e3a0bbf00ef4e988bdee40d9d4dc93258dd4be
This commit is contained in:
@ -91,7 +91,7 @@ ihk_spinlock_t runq_reservation_lock;
|
||||
|
||||
int idle_halt = 0;
|
||||
int allow_oversubscribe = 0;
|
||||
int time_sharing = 0;
|
||||
int time_sharing = 1;
|
||||
|
||||
void
|
||||
init_process(struct process *proc, struct process *parent)
|
||||
|
||||
Reference in New Issue
Block a user