lmb: Add lmb_free()
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 12 Jan 2010 21:25:24 +0000 (21:25 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 3 Feb 2010 06:39:50 +0000 (17:39 +1100)
commit24551f64d47af9539a7f324343bffeea09d9dcfa
tree4a6e8660f0cd71a3e8ad97b221ac2ae2da1da322
parent859aefc5afc6c00dae630680e5470f7a2c27c4a0
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>
include/linux/lmb.h
lib/lmb.c