Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11398
b: refs/heads/master
c: 2f96996
h: refs/heads/master
v: v3
  • Loading branch information
John Hawkes authored and Linus Torvalds committed Oct 30, 2005
1 parent 0110b29 commit 8a13c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 5fcbb23050936d69de8087d4b311eaf55cb42740
refs/heads/master: 2f96996de0eda378df2a5f857ee1ef615ae10a4f
5 changes: 1 addition & 4 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1331,12 +1331,9 @@ void show_free_areas(void)
} else
printk("\n");

for (cpu = 0; cpu < NR_CPUS; ++cpu) {
for_each_cpu(cpu) {
struct per_cpu_pageset *pageset;

if (!cpu_possible(cpu))
continue;

pageset = zone_pcp(zone, cpu);

for (temperature = 0; temperature < 2; temperature++)
Expand Down

0 comments on commit 8a13c21

Please sign in to comment.