On Fri, Feb 26, 2016 at 03:04:36PM +0600, Alexander Kuleshov wrote: > The check and definitions related to ramdisk are similar in the > early_reserve_initrd() and reserve_initrd() functions. > > This patch introduces struct ramdisk which contains information > about initrd. This structure will be filled in the setup_arch() > and passed to the reserve_initrd() and relocate_initrd() functions. > > This allows us to not get/check ramdisk parameters from the bootparams > every time in the early_reserve_initrd(), reserve_initrd() and > relocate_initrd() function. > > Signed-off-by: Alexander Kuleshov <[email protected]>
... > arch/x86/kernel/setup.c | 107 > ++++++++++++++++++++++++++---------------------- > 1 file changed, 59 insertions(+), 48 deletions(-) Reviewed-by: Borislav Petkov <[email protected]> -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --

