]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove unused function cpu_boot()
authormhorne <mhorne@FreeBSD.org>
Tue, 6 Oct 2020 23:16:56 +0000 (23:16 +0000)
committermhorne <mhorne@FreeBSD.org>
Tue, 6 Oct 2020 23:16:56 +0000 (23:16 +0000)
commit740a71bf29517dcb9fd1ab41c73af1a4d73b01e7
tree41390140e55d1d03bb99ba99af5de5b813e8a28c
parent0300fa2b20a39bae32ef8c9adf8f8a3b600fc7ac
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