diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-07 19:24:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-07 19:24:59 +0000 |
commit | 26acb15605014e8f90df6d1f93c712f26db955e9 (patch) | |
tree | 1f3713b9626dfb027320305b2085de2601d904b6 /sys | |
parent | c4fde1b8b63c728a5451dce48df7430868c86aa1 (diff) |
USECPERSEC is no longer used.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/sparc64/clock.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/clock.c b/sys/arch/sparc64/sparc64/clock.c index 4d135e41581..86b7a2590b9 100644 --- a/sys/arch/sparc64/sparc64/clock.c +++ b/sys/arch/sparc64/sparc64/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.30 2007/04/01 12:22:24 kettenis Exp $ */ +/* $OpenBSD: clock.c,v 1.31 2007/04/07 19:24:58 kettenis Exp $ */ /* $NetBSD: clock.c,v 1.41 2001/07/24 19:29:25 eeh Exp $ */ /* @@ -1139,8 +1139,6 @@ rtc_setcal(handle, v) return (EOPNOTSUPP); } -#define USECPERSEC 1000000 - u_int tick_get_timecount(struct timecounter *tc) { |