diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:33:08 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:33:08 +0100 |
commit | 306c142f99caef5a30a0d61a39a956c069941b63 (patch) | |
tree | 285f37a2483d56978c34f0126740347258b90da8 /include/asm-x86/e820.h | |
parent | e91a3b4353577c7d38b77dd1293fc3d0a173e8e6 (diff) | |
download | blackbird-op-linux-306c142f99caef5a30a0d61a39a956c069941b63.tar.gz blackbird-op-linux-306c142f99caef5a30a0d61a39a956c069941b63.zip |
x86: pat: e820 cleanup
NOP change.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/e820.h')
-rw-r--r-- | include/asm-x86/e820.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h index 3e214f39fad3..f96f1853bc41 100644 --- a/include/asm-x86/e820.h +++ b/include/asm-x86/e820.h @@ -22,6 +22,9 @@ struct e820map { }; #endif /* __ASSEMBLY__ */ +#define ISA_START_ADDRESS 0xa0000 +#define ISA_END_ADDRESS 0x100000 + #ifdef __KERNEL__ #ifdef CONFIG_X86_32 # include "e820_32.h" |