summaryrefslogtreecommitdiff
path: root/sys/amd64/isa/intr_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/isa/intr_machdep.h')
-rw-r--r--sys/amd64/isa/intr_machdep.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/isa/intr_machdep.h b/sys/amd64/isa/intr_machdep.h
index 9f328e92467f..ed5843734d01 100644
--- a/sys/amd64/isa/intr_machdep.h
+++ b/sys/amd64/isa/intr_machdep.h
@@ -106,10 +106,8 @@
/* TLB shootdowns */
#define XINVLTLB_OFFSET (ICU_OFFSET + 112)
-#ifdef BETTER_CLOCK
/* inter-cpu clock handling */
#define XCPUCHECKSTATE_OFFSET (ICU_OFFSET + 113)
-#endif
/* inter-CPU rendezvous */
#define XRENDEZVOUS_OFFSET (ICU_OFFSET + 114)
@@ -175,9 +173,7 @@ inthand_t
inthand_t
Xinvltlb, /* TLB shootdowns */
-#ifdef BETTER_CLOCK
Xcpucheckstate, /* Check cpu state */
-#endif
Xcpuast, /* Additional software trap on other cpu */
Xcpustop, /* CPU stops & waits for another CPU to restart it */
Xspuriousint, /* handle APIC "spurious INTs" */