Re: [PATCH v2 3/3] sparc32: split ramdisk detection and reservation to a helper function

2018-08-06 Thread Sam Ravnborg
On Mon, Aug 06, 2018 at 01:52:35PM +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 > memory is d

[PATCH v2 3/3] sparc32: split ramdisk detection and reservation to a helper function

2018-08-06 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 is done immediately after its boundaries are found. Split the entire block