Make CONFIG_ACPI_BOOT work again

Pavel Machek (pavel@ucw.cz)
Thu, 1 Aug 2002 12:42:04 +0200


Hi!

This patch makes CONFIG_ACPI_BOOT functional again. Please apply,

Pavel

--- clean/arch/i386/kernel/acpi.c Mon Jun 3 11:43:27 2002
+++ linux-swsusp/arch/i386/kernel/acpi.c Mon Jun 10 23:03:24 2002
@@ -53,11 +53,9 @@
Boot-time Configuration
-------------------------------------------------------------------------- */

-#ifdef CONFIG_ACPI_BOOT
-
enum acpi_irq_model_id acpi_irq_model;

-
+#ifdef CONFIG_ACPI_BOOT
/*
* Use reserved fixmap pages for physical-to-virtual mappings of ACPI tables.
* Note that the same range is used for each table, so tables that need to
--- clean/include/linux/acpi.h Mon Jun 3 11:43:38 2002
+++ linux-swsusp/include/linux/acpi.h Mon Jun 10 23:03:25 2002
@@ -39,7 +39,7 @@
#include <asm/acpi.h>


-#ifdef CONFIG_ACPI_BOOT
+#ifdef CONFIG_ACPI

enum acpi_irq_model_id {
ACPI_IRQ_MODEL_PIC = 0,

-- 
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/