patch-2.2.0-pre5 linux/arch/i386/kernel/smp.c
Next file: linux/arch/m68k/Makefile
Previous file: linux/arch/i386/kernel/ptrace.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon Jan 4 11:57:30 1999
- Orig file:
v2.2.0-pre4/linux/arch/i386/kernel/smp.c
- Orig date:
Mon Jan 4 15:08:16 1999
diff -u --recursive --new-file v2.2.0-pre4/linux/arch/i386/kernel/smp.c linux/arch/i386/kernel/smp.c
@@ -1052,10 +1052,10 @@
* the cache size)
*/
- if (boot_cpu_data.x86 <= 4) {
+ if (!cpu_hz) {
/*
* this basically disables processor-affinity
- * scheduling on <=i486 based SMP boards.
+ * scheduling on SMP without a TSC.
*/
cacheflush_time = 0;
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov