summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
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