• Yinghai Lu's avatar
    x86: fix CONFIG_X86_RESERVE_LOW_64K=y · 2216d199
    Yinghai Lu authored
    The bad_bios_dmi_table() quirk never triggered because we do DMI setup
    too late. Move it a bit earlier.
    
    Also change the CONFIG_X86_RESERVE_LOW_64K quirk to operate on the e820
    table directly instead of messing with early reservations - this handles
    overlaps (which do occur in this low range of RAM) more gracefully.
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    2216d199
setup.c 25.5 KB