diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-20 02:30:17 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-20 02:30:17 +0200 |
commit | 17da3e3ff418849d2176a2f1ea6ef8bdbea0fa4c (patch) | |
tree | a1409c55cb1c9a99b1972ca6dce766ede5036cd0 /sys/src/9/pc/archacpi.c | |
parent | 8da4c8dcde68ca1da9b131cfcea917e781abf768 (diff) |
disable tscticks in pc kernel (for now)
doesnt seem to be reliable. also, separate tsc frequency measurement
and cpu loopconst measurement. turned out with *notsc=, the simplcycles()
calls would mess up loopconst.
Diffstat (limited to 'sys/src/9/pc/archacpi.c')
-rw-r--r-- | sys/src/9/pc/archacpi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/pc/archacpi.c b/sys/src/9/pc/archacpi.c index 24b3245bc..298709847 100644 --- a/sys/src/9/pc/archacpi.c +++ b/sys/src/9/pc/archacpi.c @@ -519,7 +519,5 @@ identify(void) return 1; if((cp = getconf("*nomp")) != nil && strcmp(cp, "0") != 0) return 1; - if(m->havetsc) - archacpi.fastclock = tscticks; return 0; } |