aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-11-29 16:19:06 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-11-29 16:19:06 +0000
commite0596851e80cc110337a48a4a3938fe37665b24e (patch)
tree90af9f1f41f1f6fd1c2f532c1bac24eb157c6b32
parentf8c21913ce252afe339c72ff4afc9b4a780deecc (diff)
downloadxen-e0596851e80cc110337a48a4a3938fe37665b24e.tar.gz
xen-e0596851e80cc110337a48a4a3938fe37665b24e.tar.bz2
xen-e0596851e80cc110337a48a4a3938fe37665b24e.zip
bitkeeper revision 1.1159.187.37 (41ab4bfa7TgCvGs1cJ6OXr2xhCpYhg)
Enable FXSR usage in XenLinux.
-rw-r--r--linux-2.6.9-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-2.6.9-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h b/linux-2.6.9-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h
index 3791c91ae0..cd95863398 100644
--- a/linux-2.6.9-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h
+++ b/linux-2.6.9-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h
@@ -28,7 +28,6 @@ void __init machine_specific_modify_cpu_capabilities(struct cpuinfo_x86 *c)
clear_bit(X86_FEATURE_DE, c->x86_capability);
clear_bit(X86_FEATURE_PSE, c->x86_capability);
clear_bit(X86_FEATURE_PGE, c->x86_capability);
- clear_bit(X86_FEATURE_FXSR, c->x86_capability);
if (!(xen_start_info.flags & SIF_PRIVILEGED))
clear_bit(X86_FEATURE_MTRR, c->x86_capability);
}