summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-04-02 13:57:21 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-04-02 13:57:21 +0000
commitc4a6db710a6dc7be1bfa1069f42acf3682a30f56 (patch)
tree5c18a7f45f5b826310ce29027a9b666d7add36c2
parent65089737f40947b31c34ee98b094927325db0851 (diff)
Notes
-rw-r--r--sys/kern/kern_clock.c5
-rw-r--r--sys/kern/kern_tc.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index 7068d0a569fb..114a5926a0f3 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.91 1999/03/12 11:09:50 phk Exp $
+ * $Id: kern_clock.c,v 1.92 1999/03/12 21:58:54 phk Exp $
*/
#include "opt_ntp.h"
@@ -907,9 +907,6 @@ pps_event(struct pps_state *pps, struct timecounter *tc, unsigned count, int eve
return;
}
- /* Now, make sure we have the right instance */
- tc = timecounter;
-
/* Nothing really happened */
if (*pcount == count)
return;
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index 7068d0a569fb..114a5926a0f3 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.91 1999/03/12 11:09:50 phk Exp $
+ * $Id: kern_clock.c,v 1.92 1999/03/12 21:58:54 phk Exp $
*/
#include "opt_ntp.h"
@@ -907,9 +907,6 @@ pps_event(struct pps_state *pps, struct timecounter *tc, unsigned count, int eve
return;
}
- /* Now, make sure we have the right instance */
- tc = timecounter;
-
/* Nothing really happened */
if (*pcount == count)
return;