summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/smp.h
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/include/smp.h
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/include/smp.h')
-rw-r--r--sys/amd64/include/smp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h
index 1698f2d..9f9149e 100644
--- a/sys/amd64/include/smp.h
+++ b/sys/amd64/include/smp.h
@@ -109,10 +109,8 @@ void init_secondary __P((void));
void smp_invltlb __P((void));
int stop_cpus __P((u_int));
int restart_cpus __P((u_int));
-#ifdef BETTER_CLOCK
void forward_statclock __P((int pscnt));
void forward_hardclock __P((int pscnt));
-#endif /* BETTER_CLOCK */
void forward_signal __P((struct proc *));
void forward_roundrobin __P((void));
#ifdef APIC_INTR_REORDER
OpenPOWER on IntegriCloud