ARM: pxa: Move UNCACHED_PHYS_0 mapping from generic.c to pxa2[57]x.c
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 11 Jul 2014 11:00:37 +0000 (13:00 +0200)
committerOlof Johansson <olof@lixom.net>
Sat, 12 Jul 2014 16:51:40 +0000 (09:51 -0700)
commitb10f1c836c4e8c2372d14953a17aa5b9744eb55c
treedcce5fa976ccef53bb62fcdcbe81cc7e07082763
parent0e32986c0f51d585b4980a0f01c269627f51b78b
ARM: pxa: Move UNCACHED_PHYS_0 mapping from generic.c to pxa2[57]x.c

The UNCACHED_PHYS_0 mapping is only needed on PXA25x and PXA27x
platforms. Move it to pxa25x.c and pxa27x.c to avoid wasting vmalloc
space on PXA3xx.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-pxa/generic.c
arch/arm/mach-pxa/pxa25x.c
arch/arm/mach-pxa/pxa27x.c