[patch 01/13] spufs snapshot against 2.6.14-rc5

Arnd Bergmann arnd at arndb.de
Tue Nov 8 04:13:59 EST 2005


On Maandag 07 November 2005 18:11, Arnd Bergmann wrote:
> On Freedag 28 Oktober 2005 04:39, arnd at arndb.de wrote:
> > The SPU file system, base
> > 
> First of two updates against this.
> 
Second and (hopefully) last update against 2.6.14:

---
Turn off spufs debugging

spufs is rather noisy when debugging is enabled, this
turns off the messages for production use.

Signed-off-by: Arnd Bergmann <arndb at de.ibm.com>

Index: linux-cg/arch/ppc64/kernel/spu_base.c
===================================================================
--- linux-cg.orig/arch/ppc64/kernel/spu_base.c
+++ linux-cg/arch/ppc64/kernel/spu_base.c
@@ -20,7 +20,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#define DEBUG 1
+#undef DEBUG
 
 #include <linux/interrupt.h>
 #include <linux/list.h>
Index: linux-cg/fs/spufs/sched.c
===================================================================
--- linux-cg.orig/fs/spufs/sched.c
+++ linux-cg/fs/spufs/sched.c
@@ -24,7 +24,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#define DEBUG 1
+#undef DEBUG
+
 #include <linux/config.h>
 #include <linux/module.h>
 #include <linux/errno.h>



More information about the Linuxppc64-dev mailing list