summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/apic_vector.s
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/i386/isa/apic_vector.s
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/i386/isa/apic_vector.s')
-rw-r--r--sys/i386/isa/apic_vector.s5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/apic_vector.s b/sys/i386/isa/apic_vector.s
index 5b90d01..3f0521f 100644
--- a/sys/i386/isa/apic_vector.s
+++ b/sys/i386/isa/apic_vector.s
@@ -212,8 +212,6 @@ Xinvltlb:
iret
-#ifdef BETTER_CLOCK
-
/*
* Executed by a CPU when it receives an Xcpucheckstate IPI from another CPU,
*
@@ -271,7 +269,6 @@ Xcpucheckstate:
popl %eax
iret
-#endif /* BETTER_CLOCK */
/*
* Executed by a CPU when it receives an Xcpuast IPI from another CPU,
@@ -502,11 +499,9 @@ stopped_cpus:
started_cpus:
.long 0
-#ifdef BETTER_CLOCK
.globl checkstate_probed_cpus
checkstate_probed_cpus:
.long 0
-#endif /* BETTER_CLOCK */
.globl checkstate_need_ast
checkstate_need_ast:
.long 0
OpenPOWER on IntegriCloud