From 2a3c9409d734d31623ea2a593759ae9fabf08077 Mon Sep 17 00:00:00 2001 From: grehan Date: Thu, 19 Sep 2002 04:44:35 +0000 Subject: Additional machdep sysctl constants needed for userland utils Approved by: benno --- sys/powerpc/include/cpu.h | 8 ++++++-- 1 file 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 }, \ -- cgit v1.1