mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
Remove cpu_boot() and call efi_reset_system() directly from
cpu_reset().
This commit is contained in:
parent
9251d56f5f
commit
5111f97cde
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202904
@ -372,13 +372,6 @@ cpu_startup(void *dummy)
|
||||
}
|
||||
SYSINIT(cpu_startup, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
|
||||
|
||||
void
|
||||
cpu_boot(int howto)
|
||||
{
|
||||
|
||||
efi_reset_system();
|
||||
}
|
||||
|
||||
void
|
||||
cpu_flush_dcache(void *ptr, size_t len)
|
||||
{
|
||||
@ -434,7 +427,7 @@ void
|
||||
cpu_reset()
|
||||
{
|
||||
|
||||
cpu_boot(0);
|
||||
efi_reset_system();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user