Commit dbee8272 authored by Andy Grover's avatar Andy Grover Committed by Linus Torvalds

[PATCH] ACPI compile fix

Hi Linus,

Oops, SMP non-ACPI doesn't compile with the previous ACPI update. This
fixes that.
parent 03a652ca
......@@ -40,6 +40,8 @@ extern int acpi_find_rsdp (unsigned long *phys_addr);
extern int acpi_parse_madt (unsigned long phys_addr, unsigned long size);
extern int acpi_boot_init (char *cmdline);
#else
#define acpi_mp_config 0
#endif /*CONFIG_ACPI_BOOT*/
#ifdef CONFIG_ACPI_PCI
......
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