Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15115
b: refs/heads/master
c: 118c71b
h: refs/heads/master
i:
  15113: 7329dd4
  15111: 2b0ace2
v: v3
  • Loading branch information
Yasunori Goto authored and Linus Torvalds committed Dec 14, 2005
1 parent 5548458 commit 36b5f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 664d22ab954de54e52e0f71103a89c7a78738adc
refs/heads/master: 118c71bcacce82a4317c9bd99c6a15af14020aee
2 changes: 1 addition & 1 deletion trunk/mm/memory_hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static void grow_pgdat_span(struct pglist_data *pgdat,
pgdat->node_start_pfn = start_pfn;

if (end_pfn > old_pgdat_end_pfn)
pgdat->node_spanned_pages = end_pfn - pgdat->node_spanned_pages;
pgdat->node_spanned_pages = end_pfn - pgdat->node_start_pfn;
}

int online_pages(unsigned long pfn, unsigned long nr_pages)
Expand Down

0 comments on commit 36b5f0e

Please sign in to comment.