Re: [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set upinitial pagetable

From: Jeremy Fitzhardinge
Date: Tue Feb 27 2007 - 13:53:29 EST


Ingo Molnar wrote:
> * Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
>
>
>> ===================================================================
>> --- 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>
>> +#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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/