From: Dave Hansen Date: Tue, 9 Dec 2008 08:21:36 +0000 (+0000) Subject: powerpc/mm: Cleanup careful_allocation(): consolidate memset() X-Git-Tag: v2.6.29-rc1~50^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893473df78b4407c9ab75cb55479409795953b01;p=pandora-kernel.git powerpc/mm: Cleanup careful_allocation(): consolidate memset() Both users of careful_allocation() immediately memset() the result. So, just do it in one place. Also give careful_allocation() a 'z' prefix to bring it in line with kzmalloc() and friends. Signed-off-by: Dave Hansen Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed