diff options
Diffstat (limited to 'mm/sparse.c')
-rw-r--r-- | mm/sparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index a9783acf2bb9..83b3bf6461af 100644 --- a/mm/sparse.c +++ b/mm/sparse.c | |||
@@ -626,7 +626,7 @@ void online_mem_sections(unsigned long start_pfn, unsigned long end_pfn) | |||
626 | unsigned long pfn; | 626 | unsigned long pfn; |
627 | 627 | ||
628 | for (pfn = start_pfn; pfn < end_pfn; pfn += PAGES_PER_SECTION) { | 628 | for (pfn = start_pfn; pfn < end_pfn; pfn += PAGES_PER_SECTION) { |
629 | unsigned long section_nr = pfn_to_section_nr(start_pfn); | 629 | unsigned long section_nr = pfn_to_section_nr(pfn); |
630 | struct mem_section *ms; | 630 | struct mem_section *ms; |
631 | 631 | ||
632 | /* onlining code should never touch invalid ranges */ | 632 | /* onlining code should never touch invalid ranges */ |