From: Stefano Stabellini Date: Tue, 13 Aug 2013 16:57:06 +0000 (+0000) Subject: xen: fix ARM build after 6efa20e4 X-Git-Tag: v3.12-rc1~144^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072b2064b88f709c53a83c6ec1f1cb17bf7c0abf;p=pandora-kernel.git xen: fix ARM build after 6efa20e4 The following commit: commit 6efa20e49b9cb1db1ab66870cc37323474a75a13 Author: Konrad Rzeszutek Wilk Date: Fri Jul 19 11:51:31 2013 -0400 xen: Support 64-bit PV guest receiving NMIs breaks the Xen ARM build: CC drivers/xen/events.o drivers/xen/events.c: In function 'xen_send_IPI_one': drivers/xen/events.c:1218:6: error: 'XEN_NMI_VECTOR' undeclared (first use in this function) Simply ifdef the undeclared symbol in the code. Signed-off-by: Stefano Stabellini --- Reading git-diff-tree failed