diff options
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r-- | sys/kern/init_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 7b4bad1..f874ca8 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -49,11 +49,10 @@ main(void) VEGA_ARCH, VEGA_VERSION, VEGA_BUILDDATE, VEGA_BUILDBRANCH); + acpi_init(); processor_init(); vm_physseg_init(); - acpi_init(); - /* We're done here, halt the processor */ __ASMV("cli; hlt"); } |