diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2010-10-26 17:22:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 19:52:10 -0400 |
commit | 7bbc0905ea4f7a471a7f79d0bea5d538f5114fc9 (patch) | |
tree | 3e4f3145932027a34dbba136e448b8c8c50ca060 /mm/memory_hotplug.c | |
parent | 74ce002d9aee23031b4967e1dd1c1966ddc60749 (diff) |
mm/memory_hotplug.c: make scan_lru_pages() static
Reported-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index b0dc65452973..bb63b36c4413 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -646,7 +646,7 @@ static int test_pages_in_a_zone(unsigned long start_pfn, unsigned long end_pfn) | |||
646 | * Scanning pfn is much easier than scanning lru list. | 646 | * Scanning pfn is much easier than scanning lru list. |
647 | * Scan pfn from start to end and Find LRU page. | 647 | * Scan pfn from start to end and Find LRU page. |
648 | */ | 648 | */ |
649 | unsigned long scan_lru_pages(unsigned long start, unsigned long end) | 649 | static unsigned long scan_lru_pages(unsigned long start, unsigned long end) |
650 | { | 650 | { |
651 | unsigned long pfn; | 651 | unsigned long pfn; |
652 | struct page *page; | 652 | struct page *page; |