Re: [PATCH 2/2] sparc32: tidy up ramdisk memory reservation

2018-08-03 Thread Sam Ravnborg
Hi Mike. On Thu, Aug 02, 2018 at 02:53:53PM +0300, Mike Rapoport wrote: > The detection and reservation of ramdisk memory were separated to allow > bootmem bitmap initialization after the ramdisk boundaries are detected. > Since the bootmem initialization is removed, the reservation of ramdisk > m

[PATCH 2/2] sparc32: tidy up ramdisk memory reservation

2018-08-02 Thread Mike Rapoport
The detection and reservation of ramdisk memory were separated to allow bootmem bitmap initialization after the ramdisk boundaries are detected. Since the bootmem initialization is removed, the reservation of ramdisk memory can be done immediately after its boundaries are found. Signed-off-by: Mik