From: Dan Carpenter Date: Wed, 7 Dec 2011 11:06:12 +0000 (+0300) Subject: x86, NMI: Add to_cpumask() to silence compile warning X-Git-Tag: v3.3-rc1~94^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6240b53e34e372be007e08f7066e7625910675;p=pandora-kernel.git x86, NMI: Add to_cpumask() to silence compile warning Gcc complains if we don't cast this to a struct cpumask pointer. arch/x86/kernel/nmi_selftest.c:93:2: warning: passing argument 1 of ‘cpumask_empty’ from incompatible pointer type [enabled by default] Signed-off-by: Dan Carpenter Cc: Don Zickus Link: http://lkml.kernel.org/r/20111207110612.GA3437@mwanda Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed