diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-21 02:46:14 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-21 02:46:14 +0200 |
commit | 19bf2bbfeb9905728ae259680793fc9fb65d69cf (patch) | |
tree | 8e0a82f94646b093317cc66f73999ad30a2d887e /sys/src/9/pc/archmp.c | |
parent | 17da3e3ff418849d2176a2f1ea6ef8bdbea0fa4c (diff) |
reverting guesscpuhz() changes, causes trouble
Diffstat (limited to 'sys/src/9/pc/archmp.c')
-rw-r--r-- | sys/src/9/pc/archmp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/9/pc/archmp.c b/sys/src/9/pc/archmp.c index 354249f38..23cf4fa66 100644 --- a/sys/src/9/pc/archmp.c +++ b/sys/src/9/pc/archmp.c @@ -395,5 +395,8 @@ identify(void) return 1; } + if(m->havetsc) + archmp.fastclock = tscticks; + return 0; } |