summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/mips64/include/cpu.h7
-rw-r--r--sys/arch/mips64/mips64/cpu.c7
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h
index d439074e73d..dd59c88161a 100644
--- a/sys/arch/mips64/include/cpu.h
+++ b/sys/arch/mips64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $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
@@ -183,11 +183,6 @@ struct cpu_info {
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
diff --git a/sys/arch/mips64/mips64/cpu.c b/sys/arch/mips64/mips64/cpu.c
index 0ac501e49ad..2d1998c1165 100644
--- a/sys/arch/mips64/mips64/cpu.c
+++ b/sys/arch/mips64/mips64/cpu.c
@@ -1,4 +1,4 @@
-/* $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)
@@ -127,11 +127,6 @@ cpuattach(struct device *parent, struct device *dev, void *aux)
}
#endif
-#ifdef TGT_ORIGIN
- ci->ci_nasid = caa->caa_maa.maa_nasid;
- ci->ci_slice = caa->caa_maa.maa_physid;
-#endif
-
printf(": ");
displayver = 1;