Re: [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable
From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-27 18:53:13
Also in:
lkml, xen-devel
From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-27 18:53:13
Also in:
lkml, xen-devel
Ingo Molnar wrote:
* Jeremy Fitzhardinge [off-list ref] wrote:quoted
===================================================================--- a/include/asm-i386/pgtable.h +++ b/include/asm-i386/pgtable.h@@ -15,7 +15,10 @@ #include <asm/processor.h> #include <asm/fixmap.h> #include <linux/threads.h> + +#ifdef CONFIG_PARAVIRT /* guarded to prevent cyclic dependency */ #include <asm/paravirt.h> +#endifavoid the cyclic dependency to begin with?
I'll try again, but as you know, the headers in this area are a hairy
tangle.
J