ALSA: Remove memory reservation code from memalloc helper
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 Jan 2014 15:12:25 +0000 (16:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Jan 2014 06:32:10 +0000 (07:32 +0100)
Nowadays we have CMA for obtaining the contiguous memory pages
efficiently.  Let's kill the old kludge for reserving the memory pages
for large buffers.  It was rarely useful (only for preserving pages
among module reloading or a little help by an early boot scripting),
used only by a couple of drivers, and yet it gives too much ugliness
than its benefit.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found