From: Hidetoshi Seto Date: Thu, 28 May 2009 02:41:01 +0000 (+0900) Subject: x86, mce: trivial clean up for mce-inject.c X-Git-Tag: v2.6.31-rc1~349^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a9c8c3ba13dfc3df8e6d2a126d2fa4e4621e9c;p=pandora-kernel.git x86, mce: trivial clean up for mce-inject.c Fix for: WARNING: Use #include instead of +#include 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 Cc: Andi Kleen Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed