From: Michael Ellerman Date: Tue, 12 Jan 2010 21:25:24 +0000 (+0000) Subject: lmb: Add lmb_free() X-Git-Tag: v2.6.34-rc1~271^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24551f64d47af9539a7f324343bffeea09d9dcfa;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed