Commit e461d627 authored by Jiang Liu's avatar Jiang Liu Committed by Linus Torvalds

mm/hotplug: prepare for removing num_physpages

Prepare for removing num_physpages.
Signed-off-by: default avatarJiang Liu <jiang.liu@huawei.com>
Cc: Wen Congyang <wency@cn.fujitsu.com>
Cc: Tang Chen <tangchen@cn.fujitsu.com>
Cc: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0ed5fd13
...@@ -763,10 +763,6 @@ EXPORT_SYMBOL_GPL(restore_online_page_callback); ...@@ -763,10 +763,6 @@ EXPORT_SYMBOL_GPL(restore_online_page_callback);
void __online_page_set_limits(struct page *page) void __online_page_set_limits(struct page *page)
{ {
unsigned long pfn = page_to_pfn(page);
if (pfn >= num_physpages)
num_physpages = pfn + 1;
} }
EXPORT_SYMBOL_GPL(__online_page_set_limits); EXPORT_SYMBOL_GPL(__online_page_set_limits);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment