aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2020-10-06 23:16:56 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2020-10-06 23:16:56 +0000
commit6debfd4b1335434c65428be868ecff6282134921 (patch)
tree41390140e55d1d03bb99ba99af5de5b813e8a28c /sys/x86
parentc2ebbb5572e3f3fef1f8cf69e819925e3b409d8f (diff)
downloadsrc-6debfd4b1335434c65428be868ecff6282134921.tar.gz
src-6debfd4b1335434c65428be868ecff6282134921.zip
Remove unused function cpu_boot()
The prototype was added with the creation of kern_shutdown.c in r17658, but it appears to have never been implemented. Remove it now. Reviewed by: cem, kib Differential Revision: https://reviews.freebsd.org/D26702
Notes
Notes: svn path=/head/; revision=366503
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/x86/cpu_machdep.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/x86/x86/cpu_machdep.c b/sys/x86/x86/cpu_machdep.c
index 21efb6d6b122..e0ac128a31f7 100644
--- a/sys/x86/x86/cpu_machdep.c
+++ b/sys/x86/x86/cpu_machdep.c
@@ -194,17 +194,6 @@ SYSCTL_BOOL(_machdep, OID_AUTO, mwait_cpustop_broken, CTLFLAG_RDTUN,
"Can not reliably wake MONITOR/MWAIT cpus without interrupts");
/*
- * Machine dependent boot() routine
- *
- * I haven't seen anything to put here yet
- * Possibly some stuff might be grafted back here from boot()
- */
-void
-cpu_boot(int howto)
-{
-}
-
-/*
* Flush the D-cache for non-DMA I/O so that the I-cache can
* be made coherent later.
*/