[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>
This commit is contained in:
parent
f2a9e1dec2
commit
80d2679cbc
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#define E820_RAM 1
|
#define E820_RAM 1
|
||||||
#define E820_RESERVED 2
|
#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 E820_NVS 4
|
||||||
|
|
||||||
#define HIGH_MEMORY (1024*1024)
|
#define HIGH_MEMORY (1024*1024)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#define E820_RAM 1
|
#define E820_RAM 1
|
||||||
#define E820_RESERVED 2
|
#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 E820_NVS 4
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
|
Loading…
Reference in a new issue