From 1e755c09926de2d9b0e239ba0ce10fdb6835551a Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Thu, 11 Aug 2011 21:31:07 +0200 Subject: [PATCH] powerpc/ps3: Use highmem region from repository Use any preallocated highmem region setup by the bootloader. This implementation only checks for the existance of a single region at region_index=0. This feature allows the bootloader to preallocate highmem regions and pass the region locations to the kernel through the repository. Preallocated regions can be used to hold the initrd or other large data. If no region info exists, the kernel retains the old behavior and attempts to allocate the highmem region itself. Based on Hector Martin's patch "Get lv1 high memory region from devtree". CC: Hector Martin Signed-off-by: Andre Heider CC: Nathan Whitehorn Signed-off-by: Geoff Levand --- Reading git-format-patch failed