summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-04-10 21:34:13 +0000
committerjhb <jhb@FreeBSD.org>2001-04-10 21:34:13 +0000
commitee034b0be21d76a493ce0170922a2953a43bff4a (patch)
tree4bb575ed7053b014b0f1d44a23a5563fb0f3cf83 /sys/amd64/isa
parent7df3e254964ecc5ad934c334cc5366d9e4e20a4b (diff)
downloadFreeBSD-src-ee034b0be21d76a493ce0170922a2953a43bff4a.zip
FreeBSD-src-ee034b0be21d76a493ce0170922a2953a43bff4a.tar.gz
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
to stay for the foreseeable future. OK'd by: peter (the idea)
Diffstat (limited to 'sys/amd64/isa')
-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 9f328e9..ed58437 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" */
OpenPOWER on IntegriCloud