mtd/fs/jffs2 malloc.c,1.23,1.24

gleixner at infradead.org gleixner at infradead.org
Tue Mar 11 12:30:31 EST 2003


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv25649

Modified Files:
	malloc.c 
Log Message:
fix it

Index: malloc.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/malloc.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- malloc.c	11 Mar 2003 16:58:50 -0000	1.23
+++ malloc.c	11 Mar 2003 17:30:29 -0000	1.24
@@ -24,7 +24,7 @@
 #endif
 
 // replace this by #define D3 (x) x for cache debugging
-#define D3 (x)
+#define D3(x)
 
 /* These are initialised to NULL in the kernel startup code.
    If you're porting to other operating systems, beware */





More information about the linux-mtd-cvs mailing list