diff options
Diffstat (limited to 'sys/arch/hp300/include/cpu.h')
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index 9c664b5cf7c..66b7a8d1b12 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.20 2002/06/07 21:33:43 nordin Exp $ */ +/* $OpenBSD: cpu.h,v 1.21 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -117,7 +117,7 @@ extern int astpending; /* need to trap before returning to user mode */ * CTL_MACHDEP definitions. */ #define CPU_CONSDEV 1 /* dev_t: console terminal device */ -#define CPU_CPUSPEED 2 /* CPU speed in Mhz */ +#define CPU_CPUSPEED 2 /* CPU speed in MHz */ #define CPU_MACHINEID 3 /* machine id (HP_XXX) */ #define CPU_MMUID 4 /* mmu id (MMUID_*) */ #define CPU_MAXID 5 /* number of valid machdep ids */ |