powerpc/ps3: Add highmem region memory early
authorHector Martin <hector@marcansoft.com>
Thu, 11 Aug 2011 19:31:08 +0000 (21:31 +0200)
committerGeoff Levand <geoff@infradead.org>
Tue, 24 Apr 2012 22:34:18 +0000 (15:34 -0700)
commit8ac5fd118cd137db5ca8c786778ba600f87111a0
treeab9a29a64c17da1344ce23f7ae1f2459058fd0ac
parent1e755c09926de2d9b0e239ba0ce10fdb6835551a
powerpc/ps3: Add highmem region memory early

Real mode memory can be limited and runs out quickly as memory is allocated
during kernel startup.  Having the highmem available sooner fixes this.

This change simplifies the memory management code by converting from hotplug
memory to logical memory blocks.

Signed-off-by: Hector Martin <hector@marcansoft.com>
Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Geoff Levand <geoff@infradead.org>
arch/powerpc/platforms/ps3/mm.c