CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/11/20 14:48:33

Modified files:
        sys/arch/arm64/arm64: cpufunc_asm.S 

Log message:
Restructure cache flush operations to avoid repeated barriers.  Specifically
restructure them so that all of the data cache operations are performed before
any instruction cache operations.  Then we only need one barrier between the
data and instruction cache operations and one barrier after the instruction
cache operations.

>From FreeBSD
ok kettenis@

Reply via email to