[PATCH] x86: Remove incorrect comment about ACPI e820 entries
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:38 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:38 +0000 (10:52 +0200)
They cannot be actually freed because the FACS table has a
shared-with-the-BIOS lock.

Signed-off-by: Andi Kleen <ak@suse.de>
include/asm-i386/e820.h
include/asm-x86_64/e820.h

index ca82acb8cb1f7831d10bdc5fb135be8e85bf411a..f7514fb6e8e48d5deef18e316823bf95815922b2 100644 (file)
@@ -18,7 +18,7 @@
 
 #define E820_RAM       1
 #define E820_RESERVED  2
-#define E820_ACPI      3 /* usable as RAM once ACPI tables have been read */
+#define E820_ACPI      3
 #define E820_NVS       4
 
 #define HIGH_MEMORY    (1024*1024)
index 8dac397bf85ed6ba467032113641890cc5dd9a06..fd4198b496375e4c2487f21b127a93ff2d6f8e41 100644 (file)
@@ -19,7 +19,7 @@
 
 #define E820_RAM       1
 #define E820_RESERVED  2
-#define E820_ACPI      3 /* usable as RAM once ACPI tables have been read */
+#define E820_ACPI      3
 #define E820_NVS       4
 
 #ifndef __ASSEMBLY__