From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH] ia64 build fix Date: Sun, 05 Mar 2006 10:41:18 -0700 Message-ID: <1141580478.6801.26.camel@localhost.localdomain> 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 , xen-ia64-devel List-Id: xen-devel@lists.xenproject.org Keir, The patch below is needed to build ia64 on current xen-unstable. Please apply. BTW, the new mmap'ing of the kva page through the /proc entry does seem to avoid the problem we were having with kmem on ia64. Thanks, Alex Signed-off-by: Alex Williamson --- diff -r 64f11b0e2e7d xen/include/xen/console.h --- a/xen/include/xen/console.h Sat Mar 4 19:16:36 2006 +0100 +++ b/xen/include/xen/console.h Sun Mar 5 10:32:10 2006 -0700 @@ -8,6 +8,7 @@ #define __CONSOLE_H__ #include +#include extern spinlock_t console_lock;