CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/29 06:22:39
Modified files:
sys/arch/riscv64/riscv64: locore.S
Log message:
The way we boot OpenBSD, there is no need to play the hart lottery.
This is essentially a remnant of early RISC-V, which used the Berkely
Boot Loader. Modern RISC-V firmware makes sure only one hart is enabled
and offsers SBI calls to start the other harts.
