From: Zhang Zhen Date: Sat, 13 Dec 2014 00:55:33 +0000 (-0800) Subject: memory-hotplug: remove redundant call of page_to_pfn X-Git-Tag: omap-for-v3.19/fixes-rc1~100^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fbd556adde2795787a6ca4c16871e57efba847;p=pandora-kernel.git memory-hotplug: remove redundant call of page_to_pfn This is just a small optimization. The start_pfn can be obtained directly by phys_index << PFN_SECTION_SHIFT. So the call of page_to_pfn() is redundant and remove it. Signed-off-by: Zhang Zhen Acked-by: Yasuaki Ishimatsu Acked-by: David Rientjes Cc: Dave Hansen Cc: Wang Nan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed