]> git.lizzy.rs Git - plan9front.git/commitdiff
reverting *notsc= option, this needs another revision
authorcinap_lenrek <cinap_lenrek@gmx.de>
Fri, 21 Jun 2013 00:49:08 +0000 (02:49 +0200)
committercinap_lenrek <cinap_lenrek@gmx.de>
Fri, 21 Jun 2013 00:49:08 +0000 (02:49 +0200)
sys/man/8/plan9.ini
sys/src/9/pc/devarch.c

index 48aab7f37e7f3d5b7335bd95c9f8c90d5e78654f..61115f7fd28be416cbdcef5d1cfaeebd399f1ae6 100644 (file)
@@ -720,11 +720,6 @@ processors.
 Prints a summary of the multiprocessor APIC interrupt configuration.
 .SS \fL*nomsi=\fP
 Disables message signaled interrupts.
-.SS \fL*notsc=\fP
-Disables the use of the per processor timestamp counter registers
-as high resolution clock. This option is intended for machines where
-the timestamp counter rate is not constant across cores or is adjusted
-dynamically by power management.
 .SS \fL*pcimaxbno=value\fP
 This puts a limit on the maximum bus number probed
 on a PCI bus (default 7).
index 90cc2f4b9aa7d4cb2be4656682beee89daf2bdaa..be29eab3c30935587129a8ac83d941b8e59b14a4 100644 (file)
@@ -797,7 +797,7 @@ cpuidentify(void)
        /*
         *  if there is one, set tsc to a known value
         */
-       if((m->cpuiddx & Tsc) != 0 && getconf("*notsc") == nil){
+       if(m->cpuiddx & Tsc){
                m->havetsc = 1;
                cycles = _cycles;
                if(m->cpuiddx & Cpumsr)