[POWERPC] 8xx: Set initial memory limit.
authorJohn Traill <john.traill@freescale.com>
Tue, 17 Jul 2007 01:17:23 +0000 (05:17 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 4 Oct 2007 01:36:36 +0000 (20:36 -0500)
commit544cdabe642e5508e784de709530a74d0775d070
tree1426a09ff3512ea6e4c7cf104c54a28b2203d3f9
parent7401685242fbcbf4b0660726372c77a88c4af17d
[POWERPC] 8xx: Set initial memory limit.

The 8xx can only support a max of 8M during early boot (it seems a lot of
8xx boards only have 8M so the bug was never triggered), but the early
allocator isn't aware of this.  The following change makes it able to run
with larger memory.

Signed-off-by: John Traill <john.traill@freescale.com>
Signed-off-by: Vitaly Bordug <vitb@kernel.crashing.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/mm/init_32.c