]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/memory_hotplug.c: use PFN_DOWN()
authorFabian Frederick <fabf@skynet.be>
Wed, 14 May 2014 00:01:56 +0000 (10:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 May 2014 00:01:56 +0000 (10:01 +1000)
commit47aa9b3d42bf7b5342a5ca787d9d02ca23715cd0
tree11f01f42c1367b00fdc6768078731db59c4e6b3d
parent2bcf852d297f2f82e65a6673a3dea6ee0b6f0d7d
mm/memory_hotplug.c: use PFN_DOWN()

Replace ((x) >> PAGE_SHIFT) with the pfn macro.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory_hotplug.c