diff options
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | 2009-05-28 04:41:01 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 18:24:16 +0200 |
commit | 98a9c8c3ba13dfc3df8e6d2a126d2fa4e4621e9c (patch) | |
tree | 3a3fa59159ba65160df4ae600725eddcc8782a17 /arch/x86/Kconfig | |
parent | x86, mce: trivial clean up for mce_intel_64.c (diff) | |
download | linux-98a9c8c3ba13dfc3df8e6d2a126d2fa4e4621e9c.tar.xz linux-98a9c8c3ba13dfc3df8e6d2a126d2fa4e4621e9c.zip |
x86, mce: trivial clean up for mce-inject.c
Fix for:
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
+#include <asm/uaccess.h>
WARNING: usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_possible_cpu(), etc
+ if (m.cpu >= NR_CPUS || !cpu_online(m.cpu))
ERROR: trailing whitespace
+/* $
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig')
0 files changed, 0 insertions, 0 deletions