aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 f96f1853bc41..7004251fc66b 100644
--- a/include/asm-x86/e820.h
+++ b/include/asm-x86/e820.h
@@ -25,6 +25,9 @@ struct e820map {
25#define ISA_START_ADDRESS 0xa0000 25#define ISA_START_ADDRESS 0xa0000
26#define ISA_END_ADDRESS 0x100000 26#define ISA_END_ADDRESS 0x100000
27 27
28#define BIOS_BEGIN 0x000a0000
29#define BIOS_END 0x00100000
30
28#ifdef __KERNEL__ 31#ifdef __KERNEL__
29#ifdef CONFIG_X86_32 32#ifdef CONFIG_X86_32
30# include "e820_32.h" 33# include "e820_32.h"