summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/tsc.c8
-rw-r--r--sys/amd64/isa/clock.c8
-rw-r--r--sys/i386/i386/tsc.c8
-rw-r--r--sys/i386/isa/clock.c8
-rw-r--r--sys/isa/atrtc.c8
5 files changed, 15 insertions, 25 deletions
diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c
index cb85c35..9df9b52 100644
--- a/sys/amd64/amd64/tsc.c
+++ b/sys/amd64/amd64/tsc.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.70 1996/10/09 19:47:31 bde Exp $
+ * $Id: clock.c,v 1.71 1996/10/25 13:46:21 bde Exp $
*/
/*
@@ -812,10 +812,8 @@ cpu_initclocks()
/*
* Finish setting up anti-jitter measures.
*/
- if (i586_ctr_freq != 0) {
- i586_last_tick = rdtsc();
- i586_ctr_bias = i586_last_tick;
- }
+ if (i586_ctr_freq != 0)
+ i586_ctr_bias = rdtsc();
#endif
/* Initialize RTC. */
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index cb85c35..9df9b52 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.70 1996/10/09 19:47:31 bde Exp $
+ * $Id: clock.c,v 1.71 1996/10/25 13:46:21 bde Exp $
*/
/*
@@ -812,10 +812,8 @@ cpu_initclocks()
/*
* Finish setting up anti-jitter measures.
*/
- if (i586_ctr_freq != 0) {
- i586_last_tick = rdtsc();
- i586_ctr_bias = i586_last_tick;
- }
+ if (i586_ctr_freq != 0)
+ i586_ctr_bias = rdtsc();
#endif
/* Initialize RTC. */
diff --git a/sys/i386/i386/tsc.c b/sys/i386/i386/tsc.c
index cb85c35..9df9b52 100644
--- a/sys/i386/i386/tsc.c
+++ b/sys/i386/i386/tsc.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.70 1996/10/09 19:47:31 bde Exp $
+ * $Id: clock.c,v 1.71 1996/10/25 13:46:21 bde Exp $
*/
/*
@@ -812,10 +812,8 @@ cpu_initclocks()
/*
* Finish setting up anti-jitter measures.
*/
- if (i586_ctr_freq != 0) {
- i586_last_tick = rdtsc();
- i586_ctr_bias = i586_last_tick;
- }
+ if (i586_ctr_freq != 0)
+ i586_ctr_bias = rdtsc();
#endif
/* Initialize RTC. */
diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c
index cb85c35..9df9b52 100644
--- a/sys/i386/isa/clock.c
+++ b/sys/i386/isa/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.70 1996/10/09 19:47:31 bde Exp $
+ * $Id: clock.c,v 1.71 1996/10/25 13:46:21 bde Exp $
*/
/*
@@ -812,10 +812,8 @@ cpu_initclocks()
/*
* Finish setting up anti-jitter measures.
*/
- if (i586_ctr_freq != 0) {
- i586_last_tick = rdtsc();
- i586_ctr_bias = i586_last_tick;
- }
+ if (i586_ctr_freq != 0)
+ i586_ctr_bias = rdtsc();
#endif
/* Initialize RTC. */
diff --git a/sys/isa/atrtc.c b/sys/isa/atrtc.c
index cb85c35..9df9b52 100644
--- a/sys/isa/atrtc.c
+++ b/sys/isa/atrtc.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.70 1996/10/09 19:47:31 bde Exp $
+ * $Id: clock.c,v 1.71 1996/10/25 13:46:21 bde Exp $
*/
/*
@@ -812,10 +812,8 @@ cpu_initclocks()
/*
* Finish setting up anti-jitter measures.
*/
- if (i586_ctr_freq != 0) {
- i586_last_tick = rdtsc();
- i586_ctr_bias = i586_last_tick;
- }
+ if (i586_ctr_freq != 0)
+ i586_ctr_bias = rdtsc();
#endif
/* Initialize RTC. */
OpenPOWER on IntegriCloud