diff --git a/[refs] b/[refs] index a45c5954137c..9078de35570b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a6af2bc3d5ce8722b9d09c5bdd5383c91c419653 +refs/heads/master: 5a88a13d0624769088ae220e40c2f542f1661eb3 diff --git a/trunk/mm/vmstat.c b/trunk/mm/vmstat.c index dc005a0c96ae..bf62a8232100 100644 --- a/trunk/mm/vmstat.c +++ b/trunk/mm/vmstat.c @@ -562,12 +562,6 @@ static int zoneinfo_show(struct seq_file *m, void *arg) int j; pageset = zone_pcp(zone, i); - for (j = 0; j < ARRAY_SIZE(pageset->pcp); j++) { - if (pageset->pcp[j].count) - break; - } - if (j == ARRAY_SIZE(pageset->pcp)) - continue; for (j = 0; j < ARRAY_SIZE(pageset->pcp); j++) { seq_printf(m, "\n cpu: %i pcp: %i"