From: FUJITA Tomonori Date: Thu, 11 Sep 2008 14:08:47 +0000 (+0900) Subject: x86: avoid unnecessary low zone allocation in Calgary's alloc_coherent X-Git-Tag: v2.6.28-rc1~712^2^4~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10ac8a232496bf9271cfc67c6eea432891f04a6;p=pandora-kernel.git x86: avoid unnecessary low zone allocation in Calgary's alloc_coherent x86's common alloc_coherent (dma_alloc_coherent in dma-mapping.h) sets up the gfp flag according to the device dma_mask but Calgary doesn't need it because of virtual mappings. This patch avoids unnecessary low zone allocation. Signed-off-by: FUJITA Tomonori Acked-by: Muli Ben-Yehuda Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed