commit | 34b5233f379847097a1925a02b62f129c407c1e4 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Sep 06 21:00:02 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Sep 09 22:11:34 2005 +1000 |
tree | 5a0383c36ba30c2db3c3fdf30dfaa3d9c594b55c | |
parent | a84195f36e373001e6eed2e95a5dc1994cf30480 [diff] |
[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>