]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: Fix oops for !CONFIG_NUMA
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 6 Sep 2005 11:00:02 +0000 (21:00 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 9 Sep 2005 12:11:34 +0000 (22:11 +1000)
commit34b5233f379847097a1925a02b62f129c407c1e4
tree5a0383c36ba30c2db3c3fdf30dfaa3d9c594b55c
parenta84195f36e373001e6eed2e95a5dc1994cf30480
[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 <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/mm/init.c