Commit cfd14b9e authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Don't just initialize the acpi tables, use them.

parent 7b2a7e76
...@@ -914,7 +914,7 @@ void __init setup_arch(char **cmdline_p) ...@@ -914,7 +914,7 @@ void __init setup_arch(char **cmdline_p)
* the bootmem allocator) but before get_smp_config (to allow parsing * the bootmem allocator) but before get_smp_config (to allow parsing
* of MADT). * of MADT).
*/ */
acpi_table_init(*cmdline_p); acpi_boot_init(*cmdline_p);
#endif #endif
#ifdef CONFIG_X86_LOCAL_APIC #ifdef CONFIG_X86_LOCAL_APIC
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment