bootmem: replace node_boot_start in struct bootmem_data
authorJohannes Weiner <hannes@saeurebad.de>
Thu, 24 Jul 2008 04:28:09 +0000 (21:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:20 +0000 (10:47 -0700)
commit3560e249abda6bee41a07a7bf0383a6e193e2839
treea5770b74f13dca64e34cd5a1e3182e4e1f98a9ca
parent75a56cfe9fdb064d1db1cfbc564315fddb756fb1
bootmem: replace node_boot_start in struct bootmem_data

Almost all users of this field need a PFN instead of a physical address,
so replace node_boot_start with node_min_pfn.

[Lee.Schermerhorn@hp.com: fix spurious BUG_ON() in mark_bootmem()]
Signed-off-by: Johannes Weiner <hannes@saeureba.de>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/mm/numa.c
arch/arm/plat-omap/fb.c
arch/avr32/mm/init.c
arch/ia64/mm/discontig.c
arch/m32r/mm/discontig.c
arch/m32r/mm/init.c
arch/mn10300/mm/init.c
arch/sh/mm/init.c
include/linux/bootmem.h
mm/bootmem.c