On Mon, 22 May 2000, Christopher Thompson wrote:
> Thanks. But this patch did not work for me. The problem is that I need to
> disable TSC on TSC-capable CPUs and so the code that goes in the #ifndef
> CONFIG_X86_TSC never gets compiled in.
Having CONFIG_X86_TSC disabled does not prevent Linux from using the TSC.
In fact the TSC is used whenever available then and Linux falls back to
non-TSC based code otherwise.
On the other hand when you have CONFIG_X86_TSC enabled then Linux does
not work for TSC-less machines at all; it just panics on them. Basically
enabling this option just excludes the code for non-TSC machines.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: [EMAIL PROTECTED], PGP key available +
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]