Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c70d4ca5 authored by Jeremy Kerr's avatar Jeremy Kerr Committed by Paul Mackerras
Browse files

[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: default avatarJeremy Kerr <jk@ozlabs.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 05a059f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 * System call callback functions for SPUs
 */

#define DEBUG
#undef DEBUG

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