CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/17 07:17:48
Modified files:
sys/arch/riscv64/dev: sfcc.c
Log message:
sfcc: Fix accidental spinning
Adjust end condition so that sfcc_cache_wbinv_range() would not spin
when (pa + len) is not cache line aligned.
While here, fix parameter types of sfcc_cache_wbinv_range() as
suggested by kettenis@.
OK kettenis@ (earlier version), miod@
