[POWERPC] cell: Remove DEBUG for SPU callbacks

We don't want SPE programs to be able to flood the kernel log by
invoking the SPE callback handler, so don't enable DEBUG for
spu_callbacks.c by default.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Jeremy Kerr 2007-09-19 14:38:12 +10:00 committed by Paul Mackerras
parent 05a059f329
commit c70d4ca52b

View file

@ -2,7 +2,7 @@
* System call callback functions for SPUs
*/
#define DEBUG
#undef DEBUG
#include <linux/kallsyms.h>
#include <linux/module.h>