From: Ingo Molnar Date: Wed, 28 Jan 2009 03:09:58 +0000 (+0100) Subject: x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5bc8dc12421a4b17047061f473d85c1797d543;p=pandora-kernel.git 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: Ingo Molnar --- Reading git-diff-tree failed