summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index 36fc196..19b0c72 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -64,8 +64,12 @@ extern void __syncicache(void *, int);
* CTL_MACHDEP definitions.
*/
#define CPU_CACHELINE 1
-#define CPU_MAXID 2
-#define CPU_CONSDEV 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 }, \
OpenPOWER on IntegriCloud