CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/01 16:20:35
Modified files:
sys/arch/octeon/dev: cn30xxfau.c cn30xxfauvar.h cn30xxfpavar.h
cn30xxpko.c cn30xxpkovar.h cn30xxpow.c
sys/arch/octeon/include: octeonvar.h
Log message:
as discussed with uebayasi@ we should only use the "sync" instruction on octeon,
instead of syncs/syncw etc.
so remove the OCTEON_SYNC* macros and use mips_sync() directly.
ok uebayasi@
