X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=mm%2Fslab.c;h=88435fcc8387c9bd3a4b77d5880c77790d40c780;hb=c29c08b59875fe053471cf9eb66f8cfef39bc509;hp=736e497733d60c99ed376ae2bc1b378aea34a0f7;hpb=faa38b5e0e092914764cdba9f83d31a3f794d182;p=mv-sheeva.git diff --git a/mm/slab.c b/mm/slab.c index 736e497733d..88435fcc838 100644 --- 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)