summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-02-07 20:24:52 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-02-07 20:24:52 +0000
commit2a0d0c639a05e0eeec38e5e86933bd30b291a3a7 (patch)
treeaeda43366681ae45e7edc46fa1082996baf3c2a7 /sys/arch
parent15dc24dae8a96b0c094ee5115e887d8ccfaeaa25 (diff)
missign extern cpu_hzticks
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/dev/clock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/clock.c b/sys/arch/hppa/dev/clock.c
index 7ee0971758a..a05068354ce 100644
--- a/sys/arch/hppa/dev/clock.c
+++ b/sys/arch/hppa/dev/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.1 1998/12/29 21:35:42 mickey Exp $ */
+/* $OpenBSD: clock.c,v 1.2 1999/02/07 20:24:51 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -62,6 +62,7 @@ microtime(tvp)
void
cpu_initclocks()
{
+ extern u_int cpu_hzticks;
u_int time_inval;
#ifdef USELEDS
static u_int hbcnt = 0;