x86: wrap MCA_bus test around an ifdef
authorGlauber Costa <gcosta@redhat.com>
Mon, 21 Jul 2008 21:42:52 +0000 (18:42 -0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:21:47 +0000 (10:21 +0200)
commit33c053d0aec344c8b2ad6966d904ebeff64e590b
tree4c5688f392c8a762c83a55be8e9401432e28eab1
parent2c460d0b6813a5d2a7d571b0b561e4e727036dd7
x86: wrap MCA_bus test around an ifdef

Only test for MCA_bus if support for MCA is compiled in.
Also, for x86_64, write the code inside the conditional
for consistency with i386. It won't bite us, since it'll
probably never select CONFIG_MCA anyway.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/time_32.c
arch/x86/kernel/time_64.c