summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amd64/include/cpuvar.h4
-rw-r--r--sys/arch/i386/include/cpuvar.h4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/amd64/include/cpuvar.h b/sys/arch/amd64/include/cpuvar.h
index 882ddd5757b..bb56db78788 100644
--- a/sys/arch/amd64/include/cpuvar.h
+++ b/sys/arch/amd64/include/cpuvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpuvar.h,v 1.12 2022/08/12 02:20:36 cheloha Exp $ */
+/* $OpenBSD: cpuvar.h,v 1.13 2024/10/21 03:07:54 jsg Exp $ */
/* $NetBSD: cpuvar.h,v 1.1 2003/03/01 18:29:28 fvdl Exp $ */
/*-
@@ -84,8 +84,6 @@ struct cpu_attach_args {
struct cpu_functions *cpu_func;
};
-#define MP_PICMODE 0x00000001 /* System booted in picmode */
-
#ifdef _KERNEL
#ifdef MULTIPROCESSOR
diff --git a/sys/arch/i386/include/cpuvar.h b/sys/arch/i386/include/cpuvar.h
index 1e4cca64be9..d466e6666fa 100644
--- a/sys/arch/i386/include/cpuvar.h
+++ b/sys/arch/i386/include/cpuvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpuvar.h,v 1.7 2016/07/28 21:57:57 kettenis Exp $ */
+/* $OpenBSD: cpuvar.h,v 1.8 2024/10/21 03:07:54 jsg Exp $ */
/* $NetBSD: cpuvar.h,v 1.1.2.3 2000/02/21 18:54:07 sommerfeld Exp $ */
/*-
@@ -86,8 +86,6 @@ struct cpu_attach_args {
int feature_flags;
};
-#define MP_PICMODE 0x00000001 /* System booted in picmode */
-
#ifdef _KERNEL
void i386_ipi(int,int,int);