diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-07-11 07:00:38 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-12 12:51:43 -0400 |
commit | 8066ce3b872d0437df904cee4c0edc4501a500de (patch) | |
tree | 53c4c0fed9a129a271c93ba95c8267fb1bdcadab /arch/arm/mach-pxa | |
parent | b10f1c836c4e8c2372d14953a17aa5b9744eb55c (diff) |
ARM: pxa: pxa27x: Don't map IMEMC region statically
The IMEMC mapping not only has no user, but maps a reserved memory
space. It just wastes vmalloc space, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/pxa27x.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index 6cc0f4656d10..b040d7d14888 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c | |||
@@ -404,11 +404,6 @@ static struct map_desc pxa27x_io_desc[] __initdata = { | |||
404 | .pfn = __phys_to_pfn(PXA2XX_SMEMC_BASE), | 404 | .pfn = __phys_to_pfn(PXA2XX_SMEMC_BASE), |
405 | .length = SMEMC_SIZE, | 405 | .length = SMEMC_SIZE, |
406 | .type = MT_DEVICE | 406 | .type = MT_DEVICE |
407 | }, { /* IMem ctl */ | ||
408 | .virtual = (unsigned long)IMEMC_VIRT, | ||
409 | .pfn = __phys_to_pfn(IMEMC_PHYS), | ||
410 | .length = IMEMC_SIZE, | ||
411 | .type = MT_DEVICE | ||
412 | }, { /* UNCACHED_PHYS_0 */ | 407 | }, { /* UNCACHED_PHYS_0 */ |
413 | .virtual = UNCACHED_PHYS_0, | 408 | .virtual = UNCACHED_PHYS_0, |
414 | .pfn = __phys_to_pfn(0x00000000), | 409 | .pfn = __phys_to_pfn(0x00000000), |