From df7b91e66f3bfdee40ac0d6ec9a5e405d77b4e3f Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 24 Jan 2001 10:01:13 +0000 Subject: [PATCH] Remove the Xforward_irq IPI. --- sys/amd64/isa/intr_machdep.h | 4 ---- sys/i386/isa/intr_machdep.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/sys/amd64/isa/intr_machdep.h b/sys/amd64/isa/intr_machdep.h index feb686c72ed3..53d782f18755 100644 --- a/sys/amd64/isa/intr_machdep.h +++ b/sys/amd64/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 */ diff --git a/sys/i386/isa/intr_machdep.h b/sys/i386/isa/intr_machdep.h index feb686c72ed3..53d782f18755 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 */