From: Guan Xuetao Date: Thu, 12 Apr 2012 01:18:46 +0000 (+0800) Subject: UniCore32 bugfix: add missed CONFIG_ZONE_DMA X-Git-Tag: v3.7-rc6~15^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446d141e1c84d34c70592b53443b06533703c324;p=pandora-kernel.git UniCore32 bugfix: add missed CONFIG_ZONE_DMA Because our PCI-bus handler confines dma zone into 128M, we should add CONFIG_ZONE_DMA for all boards. Otherwise, all memory bigger than 128M will be pushed into ZONE_MOVABLE. Cc: Arnd Bergmann Signed-off-by: Liu Guoli Signed-off-by: Guan Xuetao --- Reading git-diff-tree failed