Skip to content

Commit

Permalink
[PATCH] x86: Remove incorrect comment about ACPI e820 entries
Browse files Browse the repository at this point in the history
They cannot be actually freed because the FACS table has a
shared-with-the-BIOS lock.

Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent f2a9e1d commit 80d2679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/asm-i386/e820.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion include/asm-x86_64/e820.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 80d2679

Please sign in to comment.