diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-11-04 15:35:12 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-16 16:26:21 -0500 |
commit | 439532ce1b6da6748c6d6c1e256292b69f84e298 (patch) | |
tree | 21d65753f2da64805c2768aba10216510ce2be9a /arch | |
parent | e6fae083b9cc7e27b65660eaa7b2ce6cf871b99a (diff) |
ARM: integrator: delete SC mapping on the CP
The Integrator/CP does not use the address space defined as
used by the Integrator/AP system controller, it's just unused
memory. So just delete this static mapping from the CP static
mapping table.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-integrator/integrator_cp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index 72202108bd71..fc2b1e48c760 100644 --- a/arch/arm/mach-integrator/integrator_cp.c +++ b/arch/arm/mach-integrator/integrator_cp.c | |||
@@ -85,11 +85,6 @@ static struct map_desc intcp_io_desc[] __initdata = { | |||
85 | .length = SZ_4K, | 85 | .length = SZ_4K, |
86 | .type = MT_DEVICE | 86 | .type = MT_DEVICE |
87 | }, { | 87 | }, { |
88 | .virtual = IO_ADDRESS(INTEGRATOR_SC_BASE), | ||
89 | .pfn = __phys_to_pfn(INTEGRATOR_SC_BASE), | ||
90 | .length = SZ_4K, | ||
91 | .type = MT_DEVICE | ||
92 | }, { | ||
93 | .virtual = IO_ADDRESS(INTEGRATOR_EBI_BASE), | 88 | .virtual = IO_ADDRESS(INTEGRATOR_EBI_BASE), |
94 | .pfn = __phys_to_pfn(INTEGRATOR_EBI_BASE), | 89 | .pfn = __phys_to_pfn(INTEGRATOR_EBI_BASE), |
95 | .length = SZ_4K, | 90 | .length = SZ_4K, |