Re: openrisc: Consolidate setup to use memblock instead of bootmem
From: Stafford Horne
Date: Mon Sep 19 2016 - 02:06:48 EST
On Sun, 18 Sep 2016, Guenter Roeck wrote:
On Wed, Apr 06, 2016 at 07:08:41PM +0900, Stafford Horne wrote:
Clearing out one todo item. This simplifies the boot process by using
the memblock api throughout the init process.
The old logic bootstrapped from memblock -> bootmem -> buddy allocator
This is now simplified by using NO_BOOTMEM.
Signed-off-by: Stafford Horne <shorne@xxxxxxxxx>
FWIW:
Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx>
Thank you,
-Stafford