This is an archived copy of the Xen.org mailing list, which we have
preserved to ensure that existing links to archives are not broken.
The live archive, which contains the latest emails, can be found at
http://lists.xen.org/
Hi Alex,
> > + pte &= ~((0x3UL<<50) | 0x1<<1); // Mask out the reserved bits.
> This looks ok, but I would prefer to have a macros of the reserved
> bitmask in a header somewhere. Thanks,
you are right, I added some defines in pgtable.h.
Appended is the new patch.
Last week I sent a patch to another xen panic, but didn't get an answer.
Please see here
http://lists.xensource.com/archives/html/xen-ia64-devel/2006-12/msg00147.html
Thanks.
Dietmar.