x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 03:09:58 +0000 (04:09 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 22:20:13 +0000 (23:20 +0100)
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: Ingo Molnar <mingo@elte.hu>

No differences found