提交 80d2679c 编写于 作者: A Andi Kleen 提交者: Andi Kleen

[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: NAndi Kleen <ak@suse.de>
上级 f2a9e1de
......@@ -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)
......
......@@ -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__
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册