]> git.hungrycats.org Git - linux/commitdiff
ia64: Sync with 2.5.37.
authorDavid Mosberger <davidm@tiger.hpl.hp.com>
Fri, 20 Sep 2002 02:58:05 +0000 (19:58 -0700)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Fri, 20 Sep 2002 02:58:05 +0000 (19:58 -0700)
arch/ia64/kernel/acpi.c

index 3d2cfb49b6f3154ef8380ecead29eaccbfc6396f..9057fb19965ad50b822567f3c066eff204f39208 100644 (file)
@@ -58,6 +58,8 @@ void (*pm_power_off) (void);
 
 unsigned char acpi_kbd_controller_present = 1;
 
+int acpi_disabled __initdata;  /* XXX this shouldn't be needed---we can't boot without ACPI! */
+
 const char *
 acpi_get_sysname (void)
 {
@@ -608,7 +610,7 @@ acpi_boot_init (char *cmdline)
         * gets interrupts such as power and sleep buttons.  If it's not
         * on a Legacy interrupt, it needs to be setup.
         */
-       if (acpi_table_parse(ACPI_FACP, acpi_parse_fadt) < 1)
+       if (acpi_table_parse(ACPI_FADT, acpi_parse_fadt) < 1)
                printk(KERN_ERR PREFIX "Can't find FADT\n");
 
 #ifdef CONFIG_SERIAL_8250_ACPI