diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-10-11 22:46:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-10-11 22:46:26 +0000 |
commit | 2e5b2dc306720a1d427697c13b67f7a258eb4164 (patch) | |
tree | a4a2ee02bfadc105fe5071a3f7979896e783ce69 /sys/arch/mvme88k/include/m8820x.h | |
parent | 57d2abb4c707e3cc3473d7afe7e191295d3dd748 (diff) |
Get rid of "union cpupid"; makes <machine/cpus.h> disappear as well.
Diffstat (limited to 'sys/arch/mvme88k/include/m8820x.h')
-rw-r--r-- | sys/arch/mvme88k/include/m8820x.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/m8820x.h b/sys/arch/mvme88k/include/m8820x.h index f27a2d16101..cc95c8d76ff 100644 --- a/sys/arch/mvme88k/include/m8820x.h +++ b/sys/arch/mvme88k/include/m8820x.h @@ -1,4 +1,4 @@ -/* $OpenBSD: m8820x.h,v 1.8 2003/10/05 20:35:22 miod Exp $ */ +/* $OpenBSD: m8820x.h,v 1.9 2003/10/11 22:46:24 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -145,4 +145,9 @@ #define NBSG (4*1024*1024) /* segment size */ +#define CMMU_TYPE(idr) (((idr) >> 21) & 0x07) + +#define M88200_ID 5 +#define M88204_ID 6 + #endif /* __MACHINE_M8820X_H__ */ |