From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH] Re: [Xen-staging] [xen-unstable] acm: Code restructuring on domain create/destroy. Date: Tue, 24 Apr 2007 11:52:51 -0600 Message-ID: <1177437171.6390.3.camel@lappy> References: <200704241554.l3OFsM4Z020540@latara.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200704241554.l3OFsM4Z020540@latara.uk.xensource.com> 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 On Tue, 2007-04-24 at 16:54 +0100, Xen staging patchbot-unstable wrote: > # HG changeset patch > # User kfraser@localhost.localdomain > # Date 1177429935 -3600 > # Node ID a99093e602c6646cb2b4617dd0544ea17edef724 > # Parent 4bbc509a0b3fbb1bcf87dcea49ef3558c1d069fa > acm: Code restructuring on domain create/destroy. The patch below fixes the build breakage this causes on ia64. Thanks, Alex Signed-off-by: Alex Williamson --- diff -r c1d3f4fbfacf xen/arch/ia64/xen/xensetup.c --- a/xen/arch/ia64/xen/xensetup.c Tue Apr 24 17:02:10 2007 +0100 +++ b/xen/arch/ia64/xen/xensetup.c Tue Apr 24 11:40:36 2007 -0600 @@ -28,6 +28,7 @@ #include #include #include +#include unsigned long xenheap_phys_end, total_pages;