diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2009-05-03 17:47:21 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2009-05-03 17:47:21 +0000 |
| commit | 1703f2b4249486c90020bba27d17fb815a2640fc (patch) | |
| tree | ce5adc34e083eefdd76b28a61134b800569d7b6e /sys/pc98 | |
| parent | 2500b6d96d8cbc083e822b81cecba1d427076521 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/clock.c | 1 |
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 |
