• Ingo Molnar's avatar
    x86: refactor ->setup_portio_remap() subarch methods · d83093b5
    Ingo Molnar authored
    Only NUMAQ has a real ->setup_portio_remap() method, the other
    subarchitectures define it but keep it empty.
    
    So mark the vector as NULL, extend the generic code to handle
    NULL -setup_portio_remap() entries and remove all the empty
    handlers.
    
    Also move the NUMAQ method from the header file into the
     apic driver .c file.
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    d83093b5
apic.h 2.8 KB