]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove unused function cpu_boot()
authorMitchell Horne <mhorne@FreeBSD.org>
Tue, 6 Oct 2020 23:16:56 +0000 (23:16 +0000)
committerMitchell Horne <mhorne@FreeBSD.org>
Tue, 6 Oct 2020 23:16:56 +0000 (23:16 +0000)
commit6debfd4b1335434c65428be868ecff6282134921
tree41390140e55d1d03bb99ba99af5de5b813e8a28c
parentc2ebbb5572e3f3fef1f8cf69e819925e3b409d8f
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
sys/kern/kern_shutdown.c
sys/sys/systm.h
sys/x86/x86/cpu_machdep.c