Re: [PATCH] powerpc/mm: add ZONE_NORMAL zone for 64 bit kernel
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2012-07-23 23:12:33
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2012-07-23 23:12:33
On Mon, 2012-07-23 at 23:08 +0000, Tabi Timur-B04825 wrote:
quoted
And ? Who cares ? Drivers who know about a 32-bit limitations use GFP_DMA32, that's what is expected, don't mess around with ZONE_DMA.I thought drivers are supposed to set a dma_mask, and dma_alloc_coherent() is supposed to use that to figure out how to honor that mask.
Sure, that's the right way to go, I meant bits of pieces of the infrastructure in between. Why diverge from other archs gratuituously here ? Cheers, Ben.