ia64/xen-unstable
changeset 13144:ed815cbdc90e
[XEN] Fix cset 13107:04c5f7b71ff4
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
author | Tim Deegan <Tim.Deegan@xensource.com> |
---|---|
date | Wed Dec 20 13:54:04 2006 +0000 (2006-12-20) |
parents | 04c5f7b71ff4 |
children | 4fb80f21c77d |
files | xen/arch/x86/hvm/hvm.c |
line diff
1.1 --- a/xen/arch/x86/hvm/hvm.c Wed Dec 20 12:07:10 2006 +0000 1.2 +++ b/xen/arch/x86/hvm/hvm.c Wed Dec 20 13:54:04 2006 +0000 1.3 @@ -371,7 +371,7 @@ void hvm_cpuid(unsigned int input, unsig 1.4 #endif 1.5 { 1.6 clear_bit(X86_FEATURE_PAE & 31, edx); 1.7 - clear_bit(X86_FEATURE_CX8, &edx); 1.8 + clear_bit(X86_FEATURE_CX8 & 31, edx); 1.9 } 1.10 clear_bit(X86_FEATURE_PSE36 & 31, edx); 1.11 }