|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen kernel headers: circular dependencies
On 28/03/2011 10:56, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote:
>
> Hi,
>
> I just uncovered a circular header dependency starting from
> _PAGE_NX.
>
> Any suggestions on how to fix this?
Well the circular definition itself was okay because _PAGE_NX is a macro
which doesn't require immediate inclusion of cpufeature.h.
However _PAGE_NX is itself a bit gross, and most users can just have at
_PAGE_NX_BIT directly. So as a cleanup I've now got rid of _PAGE_NX in c/s
23107.
-- Keir
> Christoph
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|