Edit

IABSD.fr/src/sys

Branch :

  • Show log

    Commit

  • Author : visa
    Date : 2022-01-17 14:17:48
    Hash : 5b34a885
    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@