From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH] fix ia64 build Date: Thu, 30 Mar 2006 23:59:38 -0700 Message-ID: <1143788378.6114.227.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org The ia64 build doesn't yet include drivers/xen/Kconfig directly so we need to replicate the new XEN_INTERFACE_VERSION option in the arch Kconfig. Thanks, Alex Signed-off-by: Alex Williamson --- diff -r 8a8361994904 linux-2.6-xen-sparse/arch/ia64/Kconfig --- a/linux-2.6-xen-sparse/arch/ia64/Kconfig Fri Mar 31 00:26:07 2006 +0100 +++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig Thu Mar 30 23:56:15 2006 -0700 @@ -90,6 +90,11 @@ config XEN_SYSFS default y help Xen hypervisor attributes will show up under /sys/hypervisor/. + +config XEN_INTERFACE_VERSION + hex + depends on XEN + default 0x00030101 config SCHED_NO_NO_OMIT_FRAME_POINTER bool