commit | 24551f64d47af9539a7f324343bffeea09d9dcfa | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Jan 12 21:25:24 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Feb 03 17:39:50 2010 +1100 |
tree | 4a6e8660f0cd71a3e8ad97b221ac2ae2da1da322 | |
parent | 859aefc5afc6c00dae630680e5470f7a2c27c4a0 [diff] |
lmb: Add lmb_free() We can free memory allocated with lmb_alloc() by removing it from the list of reserved LMBs. Rework lmb_remove() to allow that possibility and add lmb_free() which exploits it. BenH: Removed some useless parenthesis Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>