]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] bootmem: use pfn/page conversion macros
authorFranck Bui-Huu <vagabon.xyz@gmail.com>
Tue, 26 Sep 2006 06:31:07 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:45 +0000 (08:48 -0700)
commitf00e5a12981d7c1135959c7b07bfdef5d4b4c701
tree7361d18c6b40957fda598cc9db0d02648b0918eb
parent9038e38cfa43323c3a6b3c20e1ffe3177e6c0492
[PATCH] bootmem: use pfn/page conversion macros

It also creates get_mapsize() helper in order to make the code more readable
when it calculates the boot bitmap size.

Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com>
Cc: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/bootmem.c