Andrew, Here is patch that fixes a compile warning with rheap
Signed-off-by: Kumar Gala <kumar.gala at freescale.com> -- diff -Nru a/arch/ppc/lib/rheap.c b/arch/ppc/lib/rheap.c --- a/arch/ppc/lib/rheap.c 2004-11-08 22:43:52 -06:00 +++ b/arch/ppc/lib/rheap.c 2004-11-08 22:43:52 -06:00 @@ -645,6 +645,7 @@ return -EINVAL; blk->owner = owner; + size = blk->size; return size; }