85xx/86xx: Ensure MP boot page is not used
authorKumar Gala <galak@kernel.crashing.org>
Tue, 31 Mar 2009 22:58:13 +0000 (17:58 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 1 Apr 2009 20:29:49 +0000 (15:29 -0500)
commitfc39c2fd51e64707de4d61ed49479ebea2847e1b
tree61674d1c39bd6f0d7c99bf6d6ffbee38c4fbda92
parentc840d26c752141b94bbc24ac748ddd45752a955a
85xx/86xx: Ensure MP boot page is not used

We had a bug on 86xx in which the boot page used to bring up secondary
cores was being overwritten and used for the malloc region in u-boot.

We need to reserve the region of memory that the boot page is going to
be put at so nothing uses it.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
lib_ppc/board.c