summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-05-28 13:51:39 +0000
committerkato <kato@FreeBSD.org>1998-05-28 13:51:39 +0000
commit1b7ee31566f8aa9576cbebee8cab2ec39f6edbd2 (patch)
tree30150a456ffed1d1c2100713bd4cdafc5f6bade9 /sys/pc98/cbus/pcrtc.c
parentd9f07ec28ff7e936f8f9ecf80f3ec6594d496d45 (diff)
downloadFreeBSD-src-1b7ee31566f8aa9576cbebee8cab2ec39f6edbd2.zip
FreeBSD-src-1b7ee31566f8aa9576cbebee8cab2ec39f6edbd2.tar.gz
Sync with sys/i386/isa/clock.c revision 1.121.
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 1137b46..8130749 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.53 1998/05/04 07:47:24 kato Exp $
+ * $Id: clock.c,v 1.54 1998/05/20 13:38:42 kato Exp $
*/
/*
@@ -1407,7 +1407,7 @@ sysctl_machdep_tsc_freq SYSCTL_HANDLER_ARGS
SYSCTL_PROC(_machdep, OID_AUTO, tsc_freq, CTLTYPE_INT | CTLFLAG_RW,
0, sizeof(u_int), sysctl_machdep_tsc_freq, "I", "");
-static u_int
+static unsigned
i8254_get_timecount(void)
{
u_int count;
@@ -1436,7 +1436,7 @@ i8254_get_timecount(void)
return (count);
}
-static u_int
+static unsigned
tsc_get_timecount(void)
{
return (rdtsc());
OpenPOWER on IntegriCloud