projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05a059f
)
[POWERPC] cell: Remove DEBUG for SPU callbacks
author
Jeremy Kerr
<jk@ozlabs.org>
Wed, 19 Sep 2007 04:38:12 +0000
(14:38 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 19 Sep 2007 05:12:17 +0000
(15:12 +1000)
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>
arch/powerpc/platforms/cell/spu_callbacks.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/cell/spu_callbacks.c
b/arch/powerpc/platforms/cell/spu_callbacks.c
index ab39e223d44d19ef04ebd77c1bd8e52fda0d6c6d..dceb8b6a9382e9ac1a65f1987f9953c087df81d1 100644
(file)
--- a/
arch/powerpc/platforms/cell/spu_callbacks.c
+++ b/
arch/powerpc/platforms/cell/spu_callbacks.c
@@
-2,7
+2,7
@@
* System call callback functions for SPUs
*/
-#
define
DEBUG
+#
undef
DEBUG
#include <linux/kallsyms.h>
#include <linux/module.h>