git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ca6e1
)
ALSA: emu10k1 - Fix page allocation with GFP_DMA
author
Takashi Iwai
<tiwai@suse.de>
Tue, 10 Jun 2008 10:34:45 +0000
(12:34 +0200)
committer
Jaroslav Kysela
<perex@perex.cz>
Fri, 13 Jun 2008 14:29:38 +0000
(16:29 +0200)
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>
No differences found