Skip to content
Commit 9b5bc8dc authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE



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: default avatarIngo Molnar <mingo@elte.hu>
parent f8987a10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment