Commit 80d2679c authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen
Browse files

[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: default avatarAndi Kleen <ak@suse.de>
parent f2a9e1de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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__