x86: Remove mca bus ifdef from timer interrupt
authorThomas Gleixner <tglx@linutronix.de>
Thu, 20 Aug 2009 13:59:35 +0000 (15:59 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 Aug 2009 07:35:46 +0000 (09:35 +0200)
MCA_bus is constant 0 when CONFIG_MCA=n. So the compiler removes that
code w/o needing an extra #ifdef

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found