From: Johannes Weiner Date: Thu, 24 Jul 2008 04:28:09 +0000 (-0700) Subject: bootmem: replace node_boot_start in struct bootmem_data X-Git-Tag: v2.6.27-rc1~762 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3560e249abda6bee41a07a7bf0383a6e193e2839;p=pandora-kernel.git 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 Cc: Signed-off-by: Lee Schermerhorn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed