Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356604
b: refs/heads/master
c: c1f1949
h: refs/heads/master
v: v3
  • Loading branch information
Cody P Schafer authored and Linus Torvalds committed Feb 24, 2013
1 parent d4021e7 commit 99ada04
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: 64dd1b29bfd76cec0f0db95efa68167d7245dcaf
refs/heads/master: c1f19495277c34b01fe1ac9f781bbeefafaa0d02
2 changes: 1 addition & 1 deletion trunk/mm/memory_hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void register_page_bootmem_info_node(struct pglist_data *pgdat)
}

pfn = pgdat->node_start_pfn;
end_pfn = pfn + pgdat->node_spanned_pages;
end_pfn = pgdat_end_pfn(pgdat);

/* register_section info */
for (; pfn < end_pfn; pfn += PAGES_PER_SECTION) {
Expand Down

0 comments on commit 99ada04

Please sign in to comment.