debuggers.hg
changeset 4668:e4e76c16ec78
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
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
author | maf46@burn.cl.cam.ac.uk |
---|---|
date | Thu Apr 21 20:53:42 2005 +0000 (2005-04-21) |
parents | 303fb016437c |
children | 1caa83c98dee |
files | xen/arch/x86/vmx.c |
line diff
1.1 --- a/xen/arch/x86/vmx.c Thu Apr 21 20:29:00 2005 +0000 1.2 +++ b/xen/arch/x86/vmx.c Thu Apr 21 20:53:42 2005 +0000 1.3 @@ -195,7 +195,6 @@ static void vmx_vmexit_do_cpuid(unsigned 1.4 cpuid(input, &eax, &ebx, &ecx, &edx); 1.5 1.6 if (input == 1) { 1.7 - clear_bit(X86_FEATURE_PGE, &edx); /* temporarily disabled */ 1.8 clear_bit(X86_FEATURE_PSE, &edx); 1.9 clear_bit(X86_FEATURE_PAE, &edx); 1.10 clear_bit(X86_FEATURE_PSE36, &edx);