x86: Cleanup visws interrupt handling
authorThomas Gleixner <tglx@linutronix.de>
Tue, 28 Sep 2010 12:59:58 +0000 (14:59 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Oct 2010 14:53:35 +0000 (16:53 +0200)
commit020dd984d7c0792e8234f2e4b4fb0534fe750f9d
tree4479dad4315c6cddf7144edbaebfc4d63edacfe2
parentfe25c7fc2e036e1569faac8715a8aa5496cda78d
x86: Cleanup visws interrupt handling

Remove the open coded access to irq_desc and convert to the new irq
chip functions. Change the mask function of piix4_virtual_irq_type so
we can use the generic irq handling function for the virtual interrupt
instead of open coding it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/visws_quirks.c