diff options
Diffstat (limited to 'include/asm-x86/e820.h')
-rw-r--r-- | include/asm-x86/e820.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h index 3e214f39fad3..7004251fc66b 100644 --- a/include/asm-x86/e820.h +++ b/include/asm-x86/e820.h | |||
@@ -22,6 +22,12 @@ struct e820map { | |||
22 | }; | 22 | }; |
23 | #endif /* __ASSEMBLY__ */ | 23 | #endif /* __ASSEMBLY__ */ |
24 | 24 | ||
25 | #define ISA_START_ADDRESS 0xa0000 | ||
26 | #define ISA_END_ADDRESS 0x100000 | ||
27 | |||
28 | #define BIOS_BEGIN 0x000a0000 | ||
29 | #define BIOS_END 0x00100000 | ||
30 | |||
25 | #ifdef __KERNEL__ | 31 | #ifdef __KERNEL__ |
26 | #ifdef CONFIG_X86_32 | 32 | #ifdef CONFIG_X86_32 |
27 | # include "e820_32.h" | 33 | # include "e820_32.h" |