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)
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>

No differences found