From: Michael Ellerman Date: Tue, 6 Sep 2005 11:00:02 +0000 (+1000) Subject: [PATCH] ppc64: Fix oops for !CONFIG_NUMA X-Git-Tag: v2.6.14-rc1~482^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b5233f379847097a1925a02b62f129c407c1e4;p=pandora-kernel.git [PATCH] ppc64: Fix oops for !CONFIG_NUMA The SPARSEMEM EXTREME code (802f192e4a600f7ef84ca25c8b818c8830acef5a) that went in yesterday broke PPC64 for !CONFIG_NUMA. The problem is that (free|reserve)_bootmem don't take a page number as their first argument, they take an address. Ruh roh. Booted on P5 LPAR, iSeries and G5. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed