commit | 47d98c026ef9a9888c36f3c4f26b81f548a0ca86 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jan 08 16:12:25 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jan 09 07:32:10 2014 +0100 |
tree | 11601d8b6644c5a2dd75469978151d51ef6fb7e9 | |
parent | d7b135410e1b2f5ad64e56df09d133a23aa9fbcb [diff] |
ALSA: Remove memory reservation code from memalloc helper 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>