Li, Xin B
2006-Mar-14 14:57 UTC
[Xen-devel] [PATCH] Fix ASSERT failure caused by NX support code on x86_64
Fix ASSERT failure caused by NX support code on x86_64 When turning on debug for x86_64, ASSERT(gpfn == (gpfn & PGT_mfn_mask)) in __shadow_status will fail, this patch makes the NX support code comply with this ASSERT. NB: NX on PAE xen is not supported yet. Signed-off-by: Xin Li <xin.b.li@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel