commit | 33c053d0aec344c8b2ad6966d904ebeff64e590b | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Mon Jul 21 18:42:52 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:21:47 2008 +0200 |
tree | 4c5688f392c8a762c83a55be8e9401432e28eab1 | |
parent | 2c460d0b6813a5d2a7d571b0b561e4e727036dd7 [diff] |
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>