summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-11-08 00:13:40 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-11-08 00:13:40 +0000
commit63467ca92b1bddfa693f120b4178c1476c3c8a0f (patch)
tree59aa5ff9cbcfa4db7c27ed25691a1ef9c55d3365 /sys/arch
parent8a5acecf2c0ca4f50e55bb550bbb48cea84812b0 (diff)
remove unused I386_IPI_NAMES, amd64 X86_IPI_NAMES removed in 2019
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/include/intrdefs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/i386/include/intrdefs.h b/sys/arch/i386/include/intrdefs.h
index 8a271605015..0182bc8fc03 100644
--- a/sys/arch/i386/include/intrdefs.h
+++ b/sys/arch/i386/include/intrdefs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intrdefs.h,v 1.18 2020/09/13 11:53:16 jsg Exp $ */
+/* $OpenBSD: intrdefs.h,v 1.19 2024/11/08 00:13:39 jsg Exp $ */
/* $NetBSD: intrdefs.h,v 1.2 2003/05/04 22:01:56 fvdl Exp $ */
#ifndef _I386_INTRDEFS_H
@@ -120,11 +120,6 @@
#define I386_NIPI 9
-#define I386_IPI_NAMES { "halt IPI", "nop IPI", "FPU flush IPI", \
- "FPU synch IPI", \
- "MTRR update IPI", "GDT update IPI", \
- "DDB IPI", "setperf IPI", "wbinvd IPI" }
-
#define IREENT_MAGIC 0x18041969
#endif /* _I386_INTRDEFS_H */