commit | 781711a93e8aae756e8ae07acef185a6dfe552b8 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 10 12:34:45 2008 +0200 |
committer | Jaroslav Kysela <perex@perex.cz> | Fri Jun 13 16:29:38 2008 +0200 |
tree | b37a5118ae638b2ce4210326a8f621dea8cc888a | |
parent | 36ca6e133ae3a57318a3ad8a41b2f005e3934c29 [diff] |
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 <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>