summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-10-02 12:59:59 +0000
committerphk <phk@FreeBSD.org>2006-10-02 12:59:59 +0000
commit50c81b8a9a184590a45c87eace5798a2055cee48 (patch)
treef5002a864a5082d410445f24b5d28a04581034f1 /sys/sparc64
parenta74a69e33655413d8141ad4e5faff9237ef517c1 (diff)
downloadFreeBSD-src-50c81b8a9a184590a45c87eace5798a2055cee48.zip
FreeBSD-src-50c81b8a9a184590a45c87eace5798a2055cee48.tar.gz
First part of a little cleanup in the calendar/timezone/RTC handling.
Move relevant variables to <sys/clock.h> and fix #includes as necessary. Use libkern's much more time- & spamce-efficient BCD routines.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/clock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sparc64/include/clock.h b/sys/sparc64/include/clock.h
index fbedfea..c98b024 100644
--- a/sys/sparc64/include/clock.h
+++ b/sys/sparc64/include/clock.h
@@ -33,9 +33,6 @@ extern u_long tick_increment;
extern u_long tick_freq;
extern u_long tick_MHz;
-extern int adjkerntz;
-extern int wall_cmos_clock;
-
int sysbeep(int, int);
#endif /* !_MACHINE_CLOCK_H_ */
OpenPOWER on IntegriCloud