diff options
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/hardware.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/hardware.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-pxa/include/mach/hardware.h b/arch/arm/mach-pxa/include/mach/hardware.h index 7515757d6911..7f64d24cd564 100644 --- a/arch/arm/mach-pxa/include/mach/hardware.h +++ b/arch/arm/mach-pxa/include/mach/hardware.h | |||
@@ -14,11 +14,6 @@ | |||
14 | #define __ASM_ARCH_HARDWARE_H | 14 | #define __ASM_ARCH_HARDWARE_H |
15 | 15 | ||
16 | /* | 16 | /* |
17 | * We requires absolute addresses. | ||
18 | */ | ||
19 | #define PCIO_BASE 0 | ||
20 | |||
21 | /* | ||
22 | * Workarounds for at least 2 errata so far require this. | 17 | * Workarounds for at least 2 errata so far require this. |
23 | * The mapping is set in mach-pxa/generic.c. | 18 | * The mapping is set in mach-pxa/generic.c. |
24 | */ | 19 | */ |
@@ -202,7 +197,7 @@ | |||
202 | #define __cpu_is_pxa950(id) \ | 197 | #define __cpu_is_pxa950(id) \ |
203 | ({ \ | 198 | ({ \ |
204 | unsigned int _id = (id) >> 4 & 0xfff; \ | 199 | unsigned int _id = (id) >> 4 & 0xfff; \ |
205 | id == 0x697; \ | 200 | _id == 0x697; \ |
206 | }) | 201 | }) |
207 | #else | 202 | #else |
208 | #define __cpu_is_pxa950(id) (0) | 203 | #define __cpu_is_pxa950(id) (0) |