ChangeSet 1.1364, 2005/04/21 21:53:42+01:00, maf46@xxxxxxxxxxxxxxxxx
        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@xxxxxxxxxxxx
 vmx.c |    1 -
 1 files changed, 1 deletion(-)
diff -Nru a/xen/arch/x86/vmx.c b/xen/arch/x86/vmx.c
--- a/xen/arch/x86/vmx.c        2005-04-21 21:08:14 -04:00
+++ b/xen/arch/x86/vmx.c        2005-04-21 21:08:14 -04:00
@@ -195,7 +195,6 @@
     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);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 |