Add allow_oversubscribe kernel argument

It's not allowed in the default setting.
Execute mcreboot.sh with -O option to allow it.

refs #1072
This commit is contained in:
Masamichi Takagi
2018-03-10 13:08:38 +09:00
parent b1ea6eb82a
commit fe42481d6f
5 changed files with 19 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ struct list_head resource_set_list;
mcs_rwlock_lock_t resource_set_lock;
int idle_halt = 0;
int allow_oversubscribe = 0;
void
init_process(struct process *proc, struct process *parent)