CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/10 04:18:58
Modified files:
sys/arch/octeon/dev: cn30xxfau.c cn30xxfauvar.h cn30xxpow.c
sys/arch/octeon/include: octeonvar.h
Log message:
Use the synciobdma instruction instead of the sync instruction for
flushing any pending local IOBDMA operations. The sync instruction is
overkill because it implies a full memory barrier.
ok jasper@ (long time ago)
