From: Catalin Marinas Date: Thu, 27 Feb 2014 12:09:22 +0000 (+0000) Subject: arm64: Replace ZONE_DMA32 with ZONE_DMA X-Git-Tag: v3.15-rc1~164^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e7640d1f2302c20df2733e3e3df49acb17189e;p=pandora-kernel.git arm64: Replace ZONE_DMA32 with ZONE_DMA On arm64 we do not have two DMA zones, so it does not make sense to implement ZONE_DMA32. This patch changes ZONE_DMA32 with ZONE_DMA, the latter covering 32-bit dma address space to honour GFP_DMA allocations. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed