summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/e820.h
diff options
context:
space:
mode:
authorAndi Kleen2006-09-26 10:52:38 +0200
committerAndi Kleen2006-09-26 10:52:38 +0200
commit80d2679cbc8e170011c9649fb8fb684ffd7e5c8f (patch)
tree7e0f6f42aacbfd4c2bcb26178d9f81b03c39a7d4 /include/asm-i386/e820.h
parent[PATCH] Put .note.* sections into a PT_NOTE segment (diff)
downloadkernel-qcow2-linux-80d2679cbc8e170011c9649fb8fb684ffd7e5c8f.tar.gz
kernel-qcow2-linux-80d2679cbc8e170011c9649fb8fb684ffd7e5c8f.tar.xz
kernel-qcow2-linux-80d2679cbc8e170011c9649fb8fb684ffd7e5c8f.zip
[PATCH] x86: Remove incorrect comment about ACPI e820 entries
They cannot be actually freed because the FACS table has a shared-with-the-BIOS lock. Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-i386/e820.h')
-rw-r--r--include/asm-i386/e820.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/e820.h b/include/asm-i386/e820.h
index ca82acb8cb1f..f7514fb6e8e4 100644
--- a/include/asm-i386/e820.h
+++ b/include/asm-i386/e820.h
@@ -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)