mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +00:00
c97c5aa83c
The RealView PBX board has two 512MB blocks of memory - one at 0x70000000 (with 256MB mirror at 0) and another at 0x20000000. Only the block at 0x70000000 (or the mirror at 0) may be used for DMA (e.g. framebuffer). This patch adds the sparsemem definitions to allow the use of all the memory split as follows: 256MB @ 0x00000000 (ZONE_DMA) 512MB @ 0x20000000 (ZONE_NORMAL) 256MB @ 0x80000000 (ZONE_NORMAL) Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> |
||
---|---|---|
.. | ||
include/mach | ||
clock.c | ||
clock.h | ||
core.c | ||
core.h | ||
headsmp.S | ||
hotplug.c | ||
Kconfig | ||
localtimer.c | ||
Makefile | ||
Makefile.boot | ||
platsmp.c | ||
realview_eb.c | ||
realview_pb11mp.c | ||
realview_pb1176.c | ||
realview_pba8.c | ||
realview_pbx.c |