• Bernhard Walle's avatar
    x86: add flags parameter to reserve_bootmem_generic() · 3fd052b1
    Bernhard Walle authored
    This patch adds a 'flags' parameter to reserve_bootmem_generic() like it
    already has been added in reserve_bootmem() with commit
    72a7fe39.
    
    It also changes all users to use BOOTMEM_DEFAULT, which doesn't effectively
    change the behaviour. Since the change is x86-specific, I don't think it's
    necessary to add a new API for migration. There are only 4 users of that
    function.
    
    The change is necessary for the next patch, using reserve_bootmem_generic()
    for crashkernel reservation.
    Signed-off-by: default avatarBernhard Walle <bwalle@suse.de>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    3fd052b1
e820_64.c 23.6 KB