mirror of
https://github.com/riscv-software-src/opensbi
synced 2025-11-13 02:11:02 +00:00
The sbi_hartmask_for_each_hart() macro is slow and has only one user so let us completely remove the sbi_hartmask_for_each_hart() macro. Signed-off-by: Anup Patel <apatel@ventanamicro.com>