direct-io.hg
changeset 3205:c43d11e46401
bitkeeper revision 1.1159.187.37 (41ab4bfa7TgCvGs1cJ6OXr2xhCpYhg)
Enable FXSR usage in XenLinux.
Enable FXSR usage in XenLinux.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Mon Nov 29 16:19:06 2004 +0000 (2004-11-29) |
parents | 9ec997a67d8b |
children | 004841e0659d 513e44ca9f64 336bcaa3b1c0 |
files | linux-2.6.9-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h |
line diff
1.1 --- a/linux-2.6.9-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h Mon Nov 29 16:18:19 2004 +0000 1.2 +++ b/linux-2.6.9-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h Mon Nov 29 16:19:06 2004 +0000 1.3 @@ -28,7 +28,6 @@ void __init machine_specific_modify_cpu_ 1.4 clear_bit(X86_FEATURE_DE, c->x86_capability); 1.5 clear_bit(X86_FEATURE_PSE, c->x86_capability); 1.6 clear_bit(X86_FEATURE_PGE, c->x86_capability); 1.7 - clear_bit(X86_FEATURE_FXSR, c->x86_capability); 1.8 if (!(xen_start_info.flags & SIF_PRIVILEGED)) 1.9 clear_bit(X86_FEATURE_MTRR, c->x86_capability); 1.10 }