From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751764AbXB0SxN (ORCPT ); Tue, 27 Feb 2007 13:53:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751763AbXB0SxN (ORCPT ); Tue, 27 Feb 2007 13:53:13 -0500 Received: from gw.goop.org ([64.81.55.164]:49002 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751764AbXB0SxL (ORCPT ); Tue, 27 Feb 2007 13:53:11 -0500 Message-ID: <45E47E14.2010608@goop.org> Date: Tue, 27 Feb 2007 10:53:08 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.9 (X11/20070212) MIME-Version: 1.0 To: Ingo Molnar CC: Andi Kleen , Andrew Morton , linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Chris Wright , Zachary Amsden , Rusty Russell , William Lee Irwin III Subject: Re: [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable References: <20070227081337.434798469@goop.org> <20070227081630.650554241@goop.org> <20070227100942.GB10827@elte.hu> In-Reply-To: <20070227100942.GB10827@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > * Jeremy Fitzhardinge wrote: > > >> =================================================================== >> --- a/include/asm-i386/pgtable.h >> +++ b/include/asm-i386/pgtable.h >> @@ -15,7 +15,10 @@ >> #include >> #include >> #include >> + >> +#ifdef CONFIG_PARAVIRT /* guarded to prevent cyclic dependency */ >> #include >> +#endif >> > > avoid the cyclic dependency to begin with? I'll try again, but as you know, the headers in this area are a hairy tangle. J