Wait for LWK to run at shutdown.

refs #898
refs #928
This commit is contained in:
Ken Sato
2018-02-06 10:40:12 +09:00
parent 8ee9eca74e
commit 228f8f8533
26 changed files with 1848 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ extern void mem_init(void);
extern void ihk_ikc_master_init(void);
extern void ap_init(void);
extern void arch_ready(void);
extern void done_init(void);
extern void mc_ikc_test_init(void);
extern void cpu_local_var_init(void);
extern void kmalloc_init(void);

View File

@@ -387,6 +387,7 @@ int main(void)
futex_init();
done_init();
kputs("IHK/McKernel booted.\n");
#ifdef DCFA_KMOD