diff options
Diffstat (limited to 'arch/mips/kernel/smtc-asm.S')
| -rw-r--r-- | arch/mips/kernel/smtc-asm.S | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/smtc-asm.S b/arch/mips/kernel/smtc-asm.S index 76016ac0a9c..2866863a39d 100644 --- a/arch/mips/kernel/smtc-asm.S +++ b/arch/mips/kernel/smtc-asm.S @@ -49,6 +49,9 @@ CAN WE PROVE THAT WE WON'T DO THIS IF INTS DISABLED??  	.text  	.align 5  FEXPORT(__smtc_ipi_vector) +#ifdef CONFIG_CPU_MICROMIPS +	nop +#endif  	.set	noat  	/* Disable thread scheduling to make Status update atomic */  	DMT	27					# dmt	k1  |