patch-2.1.102 linux/arch/i386/kernel/setup.c
Next file: linux/arch/i386/kernel/smp.c
Previous file: linux/arch/i386/kernel/process.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed May 13 11:47:26 1998
- Orig file:
v2.1.101/linux/arch/i386/kernel/setup.c
- Orig date:
Tue Mar 10 10:03:30 1998
diff -u --recursive --new-file v2.1.101/linux/arch/i386/kernel/setup.c linux/arch/i386/kernel/setup.c
@@ -238,6 +238,9 @@
int nr = c->x86_model;
char *buf = c->x86_model_id;
+ /* Cyrix claims they have a TSC, but it is broken */
+ c->x86_capability &= ~16;
+
/* Note that some of the possibilities this decoding allows
* have never actually been manufactured - but those that
* do actually exist are correctly decoded.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov