force time_sharing (workaround for Fugaku)

Change-Id: Ie3e3a0bbf00ef4e988bdee40d9d4dc93258dd4be
This commit is contained in:
Masamichi Takagi
2020-06-15 13:04:48 +09:00
parent a7adb266ff
commit 4512778569

View File

@ -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)