ltq-adsl-mei: improve memory allocation
authorJohn Crispin <blogic@openwrt.org>
Sun, 30 Mar 2014 09:16:39 +0000 (09:16 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sun, 30 Mar 2014 09:16:39 +0000 (09:16 +0000)
commitc2d755eb76cce43b41fc26d20f08ac66a24eb83c
tree7b6bfb58dfa2134a174176c128ade027c118961f
parentcd9f4bad16c6e5f6f94218ff17ba5d1a71cef2f7
ltq-adsl-mei: improve memory allocation

The ltq-adsl-mei driver allocates memory for the ADSL firmware in a
rather stupid way, leading to several 128k allocations, which fail when
many services are enabled. This patch tries to allocate 64 kiB chunks,
and only falls back to larger allocations if the returned pointers are
not correctly aligned. Fixes out-of-memory errors on Danube boards with
32 MiB RAM.

Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40325 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/lantiq/ltq-adsl-mei/src/lantiq_mei.c