diff options
Diffstat (limited to 'sys/arch/hp300/include/hp300spu.h')
-rw-r--r-- | sys/arch/hp300/include/hp300spu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/hp300spu.h b/sys/arch/hp300/include/hp300spu.h index 1663f1cd27c..a7ec1e364d5 100644 --- a/sys/arch/hp300/include/hp300spu.h +++ b/sys/arch/hp300/include/hp300spu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hp300spu.h,v 1.5 2001/11/04 02:58:03 miod Exp $ */ +/* $OpenBSD: hp300spu.h,v 1.6 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: hp300spu.h,v 1.2 1997/05/01 05:26:48 thorpej Exp $ */ /*- @@ -68,7 +68,7 @@ #define MMUID_425_S 7 /* 425s - 25MHz Strider */ #define MMUID_433_T 4 /* 433t - 33MHz Trailways */ #define MMUID_433_S 6 /* 433s - 33MHz Strider */ -#define MMUID_425_E 9 /* 425e - 25Mhz Woody */ +#define MMUID_425_E 9 /* 425e - 25MHz Woody */ #define MMUID_SHIFT 8 /* left shift by this... */ #define MMUID_MASK 0xff /* ...and mask with this to get mmuid */ |