diff options
-rw-r--r-- | sys/amd64/isa/intr_machdep.h | 4 | ||||
-rw-r--r-- | sys/i386/isa/intr_machdep.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/amd64/isa/intr_machdep.h b/sys/amd64/isa/intr_machdep.h index feb686c..53d782f 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 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 */ |