[ARM] 5295/1: make ZONE_DMA optional
authorNicolas Pitre <nico@cam.org>
Tue, 7 Oct 2008 19:14:55 +0000 (20:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 9 Oct 2008 20:29:46 +0000 (21:29 +0100)
commit3bca103a1e658d23737d20e1989139d9ca8973bf
tree672dcfde5a28cd0b2c4b06521f65413eab49750a
parent000b50259271c9c14f6e175795f5164e1d51d35b
[ARM] 5295/1: make ZONE_DMA optional

Most ARM machines don't need a special "DMA" memory zone, and
when configured out, the kernel becomes a bit smaller:

|   text    data     bss     dec     hex filename
|3826182  102384  111700 4040266  3da64a vmlinux
|3823593  101616  111700 4036909  3d992d vmlinux.nodmazone

This is because the system now has only one zone total which effect is
to optimize away many conditionals in page allocation paths.

So let's configure this zone only on machines that need split zones.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/common/Kconfig
arch/arm/include/asm/memory.h
arch/arm/mach-pxa/Kconfig