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)
commit0be6939422eb2f54df4b3d8763c569c6759c1a42
tree0bfde8bc4c230f8a5f0f5f2651c8ebc366020124
parent64fcbac1f38882d8ae82c44a1c2a676cfa5e79e1
x86: Remove mca bus ifdef from timer interrupt

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>
arch/x86/kernel/time_32.c
arch/x86/kernel/time_64.c