aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/e820.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/e820.h')
-rw-r--r--include/asm-x86/e820.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h
index f622685c9af8..45e904fe4076 100644
--- a/include/asm-x86/e820.h
+++ b/include/asm-x86/e820.h
@@ -44,6 +44,9 @@
44#define E820_ACPI 3 44#define E820_ACPI 3
45#define E820_NVS 4 45#define E820_NVS 4
46 46
47/* reserved RAM used by kernel itself */
48#define E820_RESERVED_KERN 128
49
47#ifndef __ASSEMBLY__ 50#ifndef __ASSEMBLY__
48struct e820entry { 51struct e820entry {
49 __u64 addr; /* start of memory segment */ 52 __u64 addr; /* start of memory segment */