summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-05-11 17:29:25 +0000
committerphk <phk@FreeBSD.org>2006-05-11 17:29:25 +0000
commit5d8c57a08b9672c7d0e291de28d2f3b0f1fd3dc6 (patch)
tree072e4b2d53f0f46efa9275ac382569204124cbdf /sys/powerpc
parent9690ea4717220c8d57c7ebe10dd3e2512ccc5651 (diff)
downloadFreeBSD-src-5d8c57a08b9672c7d0e291de28d2f3b0f1fd3dc6.zip
FreeBSD-src-5d8c57a08b9672c7d0e291de28d2f3b0f1fd3dc6.tar.gz
Clean out sysctl machdep.* related defines.
The cmos clock related stuff should really be in MI code.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/cpu.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index 913c910..dc7ae3d 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -55,17 +55,6 @@ extern void __syncicache(void *, int);
* CTL_MACHDEP definitions.
*/
#define CPU_CACHELINE 1
-#define CPU_CONSDEV 2
-#define CPU_ADJKERNTZ 3
-#define CPU_DISRTCSET 4
-#define CPU_BOOTINFO 5
-#define CPU_WALLCLOCK 6
-#define CPU_MAXID 7
-
-#define CTL_MACHDEP_NAMES { \
- { 0, 0 }, \
- { "cachelinesize", CTLTYPE_INT }, \
-}
static __inline u_int64_t
get_cyclecount(void)
OpenPOWER on IntegriCloud