]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc/spufs: Use kmalloc rather than kzalloc for switch log buffer
authorJeremy Kerr <jk@ozlabs.org>
Fri, 17 Oct 2008 01:02:31 +0000 (12:02 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 21 Oct 2008 00:13:54 +0000 (11:13 +1100)
commit837ef884b702edd1c4514eaed1dbecd48721bd22
treec60fbf1343004cf883912aef9fd7741ec3b90c3f
parentf027faa231f38c02e949352735eac76f29090809
powerpc/spufs: Use kmalloc rather than kzalloc for switch log buffer

No need to zero the entire buffer, just the head and tail indices.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
arch/powerpc/platforms/cell/spufs/file.c