From: Ralf Baechle Date: Wed, 11 Jan 2006 18:23:00 +0000 (+0000) Subject: [MIPS] Fix C version of ssnop to use the right opcode. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=05faa7b758e4f23b66c5a776a338f2348cbbc4af;p=linux-beck.git [MIPS] Fix C version of ssnop to use the right opcode. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index 2fc90632f88c..6111a0ce58c4 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h @@ -100,7 +100,7 @@ __asm__( " .macro _ssnop \n\t" - " sll $0, $2, 1 \n\t" + " sll $0, $0, 1 \n\t" " .endm \n\t" " \n\t" " .macro _ehb \n\t"