summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-24 10:01:13 +0000
committerjhb <jhb@FreeBSD.org>2001-01-24 10:01:13 +0000
commitdf7b91e66f3bfdee40ac0d6ec9a5e405d77b4e3f (patch)
treeca3507aa80cebd8dd97e184bd57f7b99f4b3324f /sys/i386/isa
parent0bd8027e4a65d2d9269de07df3e27384ab3c0bfa (diff)
downloadFreeBSD-src-df7b91e66f3bfdee40ac0d6ec9a5e405d77b4e3f.zip
FreeBSD-src-df7b91e66f3bfdee40ac0d6ec9a5e405d77b4e3f.tar.gz
Remove the Xforward_irq IPI.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/intr_machdep.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/isa/intr_machdep.h b/sys/i386/isa/intr_machdep.h
index feb686c..53d782f 100644
--- a/sys/i386/isa/intr_machdep.h
+++ b/sys/i386/isa/intr_machdep.h
@@ -117,9 +117,6 @@
/* IPI to generate an additional software trap at the target CPU */
#define XCPUAST_OFFSET (ICU_OFFSET + 48)
-/* IPI to signal the CPU holding the ISR lock that another IRQ has appeared */
-#define XFORWARD_IRQ_OFFSET (ICU_OFFSET + 49)
-
/* IPI to signal CPUs to stop and wait for another CPU to restart them */
#define XCPUSTOP_OFFSET (ICU_OFFSET + 128)
@@ -185,7 +182,6 @@ inthand_t
Xcpucheckstate, /* Check cpu state */
#endif
Xcpuast, /* Additional software trap on other cpu */
- Xforward_irq, /* Forward irq to cpu holding ISR lock */
Xcpustop, /* CPU stops & waits for another CPU to restart it */
Xspuriousint, /* handle APIC "spurious INTs" */
Xrendezvous; /* handle CPU rendezvous */
OpenPOWER on IntegriCloud