From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: recent major -unstable changes cause ia64 build to be broken Date: Tue, 10 May 2005 22:42:46 +0100 Message-ID: <3d8eece2050510144234b73161@mail.gmail.com> References: <516F50407E01324991DD6D07B0531AD542CA2F@cacexc12.americas.cpqcorp.net> Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <516F50407E01324991DD6D07B0531AD542CA2F@cacexc12.americas.cpqcorp.net> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Magenheimer, Dan (HP Labs Fort Collins)" Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 5/10/05, Magenheimer, Dan (HP Labs Fort Collins) wrote: > Thanks, that was very helpful. >=20 > The biggest problem was due to the removal of three > includes from include/xen/slab.h... this was obscured > by some of the other changes. >=20 > Could you put these back in where they were before please? > (If necessary, with a ifdef ia64 for now and we can sort > it out later.) >=20 > < #include > < #include > < #include >=20 > Actually, it appears I only need xen/mm.h if that helps. Can't you include xen/mm.h where it's needed? Alternatively, you could have asm-ia64/slab.h which includes xen/mm.h and xen/slab.h.=20 Or, why not just include it from asm-ia64/slab.h? christian