]> git.baikalelectronics.ru Git - kernel.git/commit
x86, asmlinkage, xen: Fix type of NMI
authorAndi Kleen <ak@linux.intel.com>
Tue, 22 Oct 2013 16:07:59 +0000 (09:07 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 30 Jan 2014 06:17:18 +0000 (22:17 -0800)
commit8113376ac3c305f53c1fa80891d87aff987523a5
treef3f1d3db0c02e58a9255052836c3dc2b007d053b
parent85cb821f9bccbb4598bdc8c396c4315a829d398f
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 <konrad.wilk@oracle.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1382458079-24450-8-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/xen/setup.c