From: Andi Kleen Date: Tue, 22 Oct 2013 16:07:59 +0000 (-0700) Subject: x86, asmlinkage, xen: Fix type of NMI X-Git-Tag: v3.14-rc1~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ba06d9d293d3c0a512f1cb9189645c6e0424e2;p=pandora-kernel.git x86, asmlinkage, xen: Fix type of NMI LTO requires consistent types of symbols over all files. So "nmi" cannot be declared as a char [] here, need to use the correct function type. Cc: Konrad Rzeszutek Wilk Signed-off-by: Andi Kleen Link: http://lkml.kernel.org/r/1382458079-24450-8-git-send-email-andi@firstfloor.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed