Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47398
b: refs/heads/master
c: 5a88a13
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 11, 2007
1 parent 43313d8 commit 86075ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6af2bc3d5ce8722b9d09c5bdd5383c91c419653
refs/heads/master: 5a88a13d0624769088ae220e40c2f542f1661eb3
6 changes: 0 additions & 6 deletions trunk/mm/vmstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 86075ee

Please sign in to comment.