commit | 9c2606b77d6bffb422928bca66c8dc84d85089be | [log] [tgz] |
---|---|---|
author | Xishi Qiu <[email protected]> | Tue Nov 12 15:07:21 2013 -0800 |
committer | Linus Torvalds <[email protected]> | Wed Nov 13 12:09:04 2013 +0900 |
tree | ce40c1b6ac3b167b7d803d142ec1ee73bfd78a11 | |
parent | d6de9d5349db61e134ab7fb6b2436a4c7938714c [diff] |
mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page()) Use "pfn_to_nid(pfn)" instead of "page_to_nid(pfn_to_page(pfn))". Signed-off-by: Xishi Qiu <[email protected]> Acked-by: Yasuaki Ishimatsu <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>