Skip to content

Commit

Permalink
[POWERPC] cell: Remove DEBUG for SPU callbacks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeremy Kerr authored and Paul Mackerras committed Sep 19, 2007
1 parent 05a059f commit c70d4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/cell/spu_callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* System call callback functions for SPUs
*/

#define DEBUG
#undef DEBUG

#include <linux/kallsyms.h>
#include <linux/module.h>
Expand Down

0 comments on commit c70d4ca

Please sign in to comment.