# HG changeset patch # User maf46@burn.cl.cam.ac.uk # Date 1114116822 0 # Node ID e4e76c16ec7814f8045a3f80b43ba4a28f7d8071 # Parent 303fb016437cf70deac60d6d6fb9f44d89992ddf bitkeeper revision 1.1364 (426812d6FWlbLqlBBPVfuegkt0_fyg) Now that the shadow code is squashing the global bit in PTEs, it's OK to re-enable the PGE capability flag for vmx domains. Signed-off-by: michael.fetterman@cl.cam.ac.uk diff -r 303fb016437c -r e4e76c16ec78 xen/arch/x86/vmx.c --- a/xen/arch/x86/vmx.c Thu Apr 21 20:29:00 2005 +0000 +++ b/xen/arch/x86/vmx.c Thu Apr 21 20:53:42 2005 +0000 @@ -195,7 +195,6 @@ static void vmx_vmexit_do_cpuid(unsigned cpuid(input, &eax, &ebx, &ecx, &edx); if (input == 1) { - clear_bit(X86_FEATURE_PGE, &edx); /* temporarily disabled */ clear_bit(X86_FEATURE_PSE, &edx); clear_bit(X86_FEATURE_PAE, &edx); clear_bit(X86_FEATURE_PSE36, &edx);