On Thu, Aug 09, 2007 at 01:59:38PM +0200, Sebastian Siewior wrote: > memset() in spu_init_csa() is superfluous because that memory region is allready > zeroed by kzalloc() on allocation (and I haven't seen any other reference to the > function beside alloc_spu_context()). Looks good.