aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2009-05-03 17:47:21 +0000
committerAlexander Motin <mav@FreeBSD.org>2009-05-03 17:47:21 +0000
commit1703f2b4249486c90020bba27d17fb815a2640fc (patch)
treece5adc34e083eefdd76b28a61134b800569d7b6e /sys/pc98
parent2500b6d96d8cbc083e822b81cecba1d427076521 (diff)
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/clock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index ad613e42a5dc..ae686dcb6903 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.c
@@ -87,7 +87,6 @@ __FBSDID("$FreeBSD$");
#define TIMER_DIV(x) ((i8254_freq + (x) / 2) / (x))
int clkintr_pending;
-int statclock_disable;
#ifndef TIMER_FREQ
#define TIMER_FREQ 2457600
#endif