From: Jeremy Kerr Date: Fri, 28 Apr 2006 08:37:47 +0000 (+0800) Subject: [PATCH] powerpc: cell: use kzalloc in alloc_spu_context() X-Git-Tag: v2.6.18-rc1~1081^2~225^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c4591375a10f6bc1bc55d86af7764033b10367;p=pandora-kernel.git [PATCH] powerpc: cell: use kzalloc in alloc_spu_context() Use kzalloc when allocating a new spu context, rather than kmalloc + zeroing. Booted & tested on cell. Signed-off-by: Jeremy Kerr Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed