[POWERPC] spufs: enable SPU coredump for kernel-builtin spufs
authorAkinobu Mita <mita@fixstars.com>
Mon, 23 Apr 2007 19:08:26 +0000 (21:08 +0200)
committerArnd Bergmann <arnd@klappe.arndb.de>
Mon, 23 Apr 2007 19:18:59 +0000 (21:18 +0200)
spu_coredump_calls.owner is NULL in case of a builtin spufs,
so the checks in here break.
Check for the availability of the spu_coredump_calls variable
instead.

Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>

No differences found