[PATCH] powerpc: cell: use kzalloc in alloc_spu_context()
authorJeremy Kerr <jk@ozlabs.org>
Fri, 28 Apr 2006 08:37:47 +0000 (16:37 +0800)
committerPaul Mackerras <paulus@samba.org>
Sat, 29 Apr 2006 08:08:03 +0000 (18:08 +1000)
Use kzalloc when allocating a new spu context, rather than kmalloc +
zeroing.

Booted & tested on cell.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found