From 44bfb30efdba0d9e7610adc1f78c743a11e6e49d Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 26 Mar 2008 13:25:27 +0000 Subject: The RTC related pscnt and psdiv variables have no business being public. --- sys/pc98/cbus/clock.c | 2 -- sys/pc98/cbus/pcrtc.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'sys/pc98') diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 037ef40..fdc3cc3 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -96,8 +96,6 @@ __FBSDID("$FreeBSD$"); #define TIMER_DIV(x) ((timer_freq + (x) / 2) / (x)) int clkintr_pending; -int pscnt = 1; -int psdiv = 1; int statclock_disable; #ifndef TIMER_FREQ #define TIMER_FREQ 2457600 diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 037ef40..fdc3cc3 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -96,8 +96,6 @@ __FBSDID("$FreeBSD$"); #define TIMER_DIV(x) ((timer_freq + (x) / 2) / (x)) int clkintr_pending; -int pscnt = 1; -int psdiv = 1; int statclock_disable; #ifndef TIMER_FREQ #define TIMER_FREQ 2457600 -- cgit v1.1