]> err.no Git - linux-2.6/blobdiff - arch/powerpc/platforms/cell/spu_callbacks.c
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6] / arch / powerpc / platforms / cell / spu_callbacks.c
index 47ec3be3edcd6dfae91890fe8c4100d7e2593b0d..dceb8b6a9382e9ac1a65f1987f9953c087df81d1 100644 (file)
@@ -2,7 +2,7 @@
  * System call callback functions for SPUs
  */
 
-#define DEBUG
+#undef DEBUG
 
 #include <linux/kallsyms.h>
 #include <linux/module.h>
@@ -33,7 +33,7 @@
  *     mbind, mq_open, ipc, ...
  */
 
-void *spu_syscall_table[] = {
+static void *spu_syscall_table[] = {
 #define SYSCALL(func)          sys_ni_syscall,
 #define COMPAT_SYS(func)       sys_ni_syscall,
 #define PPC_SYS(func)          sys_ni_syscall,