]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - mm/slab.c
Input: appletouch - remove extra KERN_DEBUG use from dprintk
[net-next-2.6.git] / mm / slab.c
index 736e497733d60c99ed376ae2bc1b378aea34a0f7..88435fcc8387c9bd3a4b77d5880c77790d40c780 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -394,7 +394,7 @@ static void kmem_list3_init(struct kmem_list3 *parent)
 #define        STATS_DEC_ACTIVE(x)     do { } while (0)
 #define        STATS_INC_ALLOCED(x)    do { } while (0)
 #define        STATS_INC_GROWN(x)      do { } while (0)
-#define        STATS_ADD_REAPED(x,y)   do { } while (0)
+#define        STATS_ADD_REAPED(x,y)   do { (void)(y); } while (0)
 #define        STATS_SET_HIGH(x)       do { } while (0)
 #define        STATS_INC_ERR(x)        do { } while (0)
 #define        STATS_INC_NODEALLOCS(x) do { } while (0)