• I
    x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE · 9b5bc8dc
    Ingo Molnar 提交于
    Remove the wrapper macros IRQ_DEST_MODE and IRQ_DELIVERY_MODE.
    
    The typical 32-bit and the 64-bit build all dereference via the genapic,
    so it's pointless to hide that indirection via these ugly macros.
    
    Furthermore, it also obscures subarchitecture details.
    
    So replace it with apic->irq_dest_mode / etc. accesses.
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    9b5bc8dc
io_apic.c 97.8 KB