summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-21 03:07:55 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-21 03:07:55 +0000
commit6734e62f0eb49acea4733dead8eb6fd9702ac78d (patch)
tree34897caff4adefe2cc322c1dbb9c744c55e1ff8f /sys/arch/amd64
parent9081900a20690ef3dffce783e60dff8e0c120916 (diff)
remove unused MP_PICMODE define
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/include/cpuvar.h4
1 files changed, 1 insertions, 3 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