From: Takashi Iwai Date: Tue, 10 Jun 2008 10:34:45 +0000 (+0200) Subject: ALSA: emu10k1 - Fix page allocation with GFP_DMA X-Git-Tag: v2.6.27-rc1~1111^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=781711a93e8aae756e8ae07acef185a6dfe552b8;p=pandora-kernel.git ALSA: emu10k1 - Fix page allocation with GFP_DMA Added the missing GFP_ATOMIC to page_alloc when called with GFP_DMA. GFP_KERNEL often results in stalls for ZONE_DMA, so GFP_ATOMIC is more prgmatic. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed