Define COP0_SYNC for SB1 CPU.

Submitted by:	Neelkanth Natu
This commit is contained in:
Warner Losh 2009-07-05 06:43:01 +00:00
parent 2c1c8bb345
commit 6855d90580

View File

@ -103,6 +103,8 @@
/* CPU dependent mtc0 hazard hook */
#ifdef TARGET_OCTEON
#define COP0_SYNC nop; nop; nop; nop; nop;
#elif defined(CPU_SB1)
#define COP0_SYNC ssnop; ssnop; ssnop; ssnop; ssnop; ssnop; ssnop; ssnop; ssnop
#else
#define COP0_SYNC /* nothing */
#endif