From 86075eea2cb7ef958bd32d860873ddbd1427195a Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 10 Feb 2007 01:42:58 -0800 Subject: [PATCH] --- yaml --- r: 47398 b: refs/heads/master c: 5a88a13d0624769088ae220e40c2f542f1661eb3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/vmstat.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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"