commit | a017421ddcdf34474f1133b27e33ab2ca6c19b96 | [log] [tgz] |
---|---|---|
author | Andreas Herrmann <andreas.herrmann3@amd.com> | Tue Sep 15 17:17:27 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Sep 19 19:48:14 2009 +0200 |
tree | e4ba91c183c52880904bf9879f4e36cfbffed18d | |
parent | 2fbd07a5f5d1295fa9b0c0564ec27da7c276a75a [diff] |
x86, mce: Fix compile warning in case of CONFIG_SMP=n Fix following compile warning: arch/x86/kernel/cpu/mcheck/mce_amd.c: In function 'threshold_create_bank': arch/x86/kernel/cpu/mcheck/mce_amd.c:492: warning: unused variable 'c' which shows up when kernel is compiled with CONFIG_SMP=n. Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com> LKML-Reference: <20090915151727.GB21670@alberich.amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>