-/* $OpenBSD: cpu.h,v 1.132 2021/05/05 15:29:19 visa Exp $ */
+/* $OpenBSD: cpu.h,v 1.133 2021/05/28 16:33:36 visa Exp $ */
/*-
* Copyright (c) 1992, 1993
u_int32_t ci_pendingticks;
-#ifdef TGT_ORIGIN
- u_int16_t ci_nasid;
- u_int16_t ci_slice;
-#endif
-
struct pmap *ci_curpmap;
uint ci_intrdepth; /* interrupt depth */
#ifdef MULTIPROCESSOR
-/* $OpenBSD: cpu.c,v 1.78 2021/05/01 16:11:11 visa Exp $ */
+/* $OpenBSD: cpu.c,v 1.79 2021/05/28 16:33:36 visa Exp $ */
/*
* Copyright (c) 1997-2004 Opsycon AB (www.opsycon.se)
}
#endif
-#ifdef TGT_ORIGIN
- ci->ci_nasid = caa->caa_maa.maa_nasid;
- ci->ci_slice = caa->caa_maa.maa_physid;
-#endif
-
printf(": ");
displayver = 1;