diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:08 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:08 -0500 |
commit | 306c142f99caef5a30a0d61a39a956c069941b63 (patch) | |
tree | 285f37a2483d56978c34f0126740347258b90da8 /arch/x86 | |
parent | e91a3b4353577c7d38b77dd1293fc3d0a173e8e6 (diff) |
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 'arch/x86')
-rw-r--r-- | arch/x86/mm/ioremap_64.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/mm/ioremap_64.c b/arch/x86/mm/ioremap_64.c index b03db4ca9cad..6fbd3c7932e0 100644 --- a/arch/x86/mm/ioremap_64.c +++ b/arch/x86/mm/ioremap_64.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <asm/tlbflush.h> | 19 | #include <asm/tlbflush.h> |
20 | #include <asm/cacheflush.h> | 20 | #include <asm/cacheflush.h> |
21 | #include <asm/proto.h> | 21 | #include <asm/proto.h> |
22 | #include <asm/e820.h> | ||
22 | 23 | ||
23 | unsigned long __phys_addr(unsigned long x) | 24 | unsigned long __phys_addr(unsigned long x) |
24 | { | 25 | { |
@@ -28,9 +29,6 @@ unsigned long __phys_addr(unsigned long x) | |||
28 | } | 29 | } |
29 | EXPORT_SYMBOL(__phys_addr); | 30 | EXPORT_SYMBOL(__phys_addr); |
30 | 31 | ||
31 | #define ISA_START_ADDRESS 0xa0000 | ||
32 | #define ISA_END_ADDRESS 0x100000 | ||
33 | |||
34 | /* | 32 | /* |
35 | * Fix up the linear direct mapping of the kernel to avoid cache attribute | 33 | * Fix up the linear direct mapping of the kernel to avoid cache attribute |
36 | * conflicts. | 34 | * conflicts. |