diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-30 16:26:39 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-30 16:26:39 +0000 |
| commit | eef633a71f0216886313f4da0bd7f2a25abee2db (patch) | |
| tree | 838a9b822d10bacc42e67fe1dec567b1be9c3b4e | |
| parent | ab25da075c6c4c385a17ec29111a9647422cf2d9 (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_tc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index 11100a09f227..9c2ed27fca29 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -596,7 +596,7 @@ pps_event(struct pps_state *pps, int event) tcount &= pps->capth->th_counter->tc_counter_mask; bt = pps->capth->th_offset; bintime_addx(&bt, pps->capth->th_scale * tcount); - bintime_add(&bt, boottimebin); + bintime_add(&bt, &boottimebin); bintime2timespec(&bt, &ts); /* If the timecounter was wound up underneath us, bail out. */ |
