[Patch Part2 v4 21/33] x86/irq: Remove sis apic bug workaround

2015-01-19 Thread Jiang Liu
From: Thomas Gleixner The SiS apic bug workaround is now obsolete as we cache the register values for performance reasons. Signed-off-by: Thomas Gleixner Cc: Jiang Liu Signed-off-by: Jiang Liu --- arch/x86/include/asm/io_apic.h |3 --- arch/x86/kernel/apic/io_apic.c | 35

[Patch Part2 v4 21/33] x86/irq: Remove sis apic bug workaround

2015-01-19 Thread Jiang Liu
From: Thomas Gleixner t...@linutronix.de The SiS apic bug workaround is now obsolete as we cache the register values for performance reasons. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Jiang Liu jiang@linux.intel.com Signed-off-by: Jiang Liu jiang@linux.intel.com ---