From: Andreas Herrmann Date: Tue, 15 Sep 2009 15:17:27 +0000 (+0200) Subject: x86, mce: Fix compile warning in case of CONFIG_SMP=n X-Git-Tag: v2.6.32-rc1~616^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a017421ddcdf34474f1133b27e33ab2ca6c19b96;p=pandora-kernel.git 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 LKML-Reference: <20090915151727.GB21670@alberich.amd.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed