Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36154
b: refs/heads/master
c: 66a5503
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Sep 27, 2006
1 parent e8006a9 commit 5a65faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5f541ed6e31518508c688912e7464facf253c87
refs/heads/master: 66a550308b8e4cbaba185d0326cb05d1bd758101
3 changes: 3 additions & 0 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,9 @@ static int __cpuinit process_zones(int cpu)

for_each_zone(zone) {

if (!populated_zone(zone))
continue;

zone_pcp(zone, cpu) = kmalloc_node(sizeof(struct per_cpu_pageset),
GFP_KERNEL, cpu_to_node(cpu));
if (!zone_pcp(zone, cpu))
Expand Down

0 comments on commit 5a65faa

Please sign in to comment.