diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-17 15:45:12 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 04:35:29 -0400 |
commit | b830b9b5b3d04bc22f0b9ded85b713f7d3c11b7f (patch) | |
tree | a0abbc79d08f1bfbe65fb1ea9b48dae8c374f780 /arch/arm/mach-integrator/integrator_ap.c | |
parent | 7d60a044c8226d86fa93c2cf90ccdb97e3ba28fa (diff) |
ARM: Integrator: convert to use register definitions
Rather than using converted base address plus offset, use the register
address itself now that IO_ADDRESS() can cope with these.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/integrator_ap.c')
-rw-r--r-- | arch/arm/mach-integrator/integrator_ap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index 45bba041c8d0..c89b231898e6 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c | |||
@@ -56,7 +56,7 @@ | |||
56 | #define VA_IC_BASE IO_ADDRESS(INTEGRATOR_IC_BASE) | 56 | #define VA_IC_BASE IO_ADDRESS(INTEGRATOR_IC_BASE) |
57 | #define VA_SC_BASE IO_ADDRESS(INTEGRATOR_SC_BASE) | 57 | #define VA_SC_BASE IO_ADDRESS(INTEGRATOR_SC_BASE) |
58 | #define VA_EBI_BASE IO_ADDRESS(INTEGRATOR_EBI_BASE) | 58 | #define VA_EBI_BASE IO_ADDRESS(INTEGRATOR_EBI_BASE) |
59 | #define VA_CMIC_BASE IO_ADDRESS(INTEGRATOR_HDR_BASE) + INTEGRATOR_HDR_IC_OFFSET | 59 | #define VA_CMIC_BASE IO_ADDRESS(INTEGRATOR_HDR_IC) |
60 | 60 | ||
61 | /* | 61 | /* |
62 | * Logical Physical | 62 | * Logical Physical |