diff options
author | phk <phk@FreeBSD.org> | 2008-03-26 20:28:52 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2008-03-26 20:28:52 +0000 |
commit | 259c5e15797f2de45550a037ecc64975a86c4fd9 (patch) | |
tree | ec4d52f708eeba71c486d888104169c35ee918b4 /sys/sun4v | |
parent | 168398fe5056a8cc6c2e1082da4a6bc554c9fe43 (diff) | |
download | FreeBSD-src-259c5e15797f2de45550a037ecc64975a86c4fd9.zip FreeBSD-src-259c5e15797f2de45550a037ecc64975a86c4fd9.tar.gz |
Remove two variables which are handled MI now.
Diffstat (limited to 'sys/sun4v')
-rw-r--r-- | sys/sun4v/include/clock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sun4v/include/clock.h b/sys/sun4v/include/clock.h index 992b629..b0e4c0b 100644 --- a/sys/sun4v/include/clock.h +++ b/sys/sun4v/include/clock.h @@ -33,7 +33,4 @@ extern u_long tick_increment; extern u_long tick_freq; extern u_long tick_MHz; -extern int adjkerntz; -extern int wall_cmos_clock; - #endif /* !_MACHINE_CLOCK_H_ */ |