diff options
Diffstat (limited to 'kern/kernel.c')
-rw-r--r-- | kern/kernel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/kernel.c b/kern/kernel.c index 755f42e6..418793d7 100644 --- a/kern/kernel.c +++ b/kern/kernel.c @@ -30,9 +30,9 @@ kernel_main(void) init_setup(); vm_page_log_info(); -#ifdef X15_RUN_TEST_MODULE +#ifdef CONFIG_TEST_MODULE test_setup(); -#endif /* X15_RUN_TEST_MODULE */ +#endif /* CONFIG_TEST_MODULE */ /* * Enabling application processors is done late in the boot process for |