diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-05-09 12:49:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-05-11 09:28:31 -0400 |
commit | a1b53a7b22934504d8c4e065759e8674e665506d (patch) | |
tree | b41c351515eaf21845a2c2485e15bdeeea5e37c7 /include/asm-mips/hazards.h | |
parent | f543110da7a53acb8c6d367e740ca9e110f0bb3a (diff) |
[MIPS] SB1: Build fix.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/hazards.h')
-rw-r--r-- | include/asm-mips/hazards.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index 1542f23ab9d9..d9119f43f9aa 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h | |||
@@ -188,7 +188,7 @@ ASMMACRO(enable_fpu_hazard, | |||
188 | .set noreorder; | 188 | .set noreorder; |
189 | _ssnop; | 189 | _ssnop; |
190 | bnezl $0,.+4; | 190 | bnezl $0,.+4; |
191 | _ssnop | 191 | _ssnop; |
192 | .set pop | 192 | .set pop |
193 | ) | 193 | ) |
194 | ASMMACRO(disable_fpu_hazard, | 194 | ASMMACRO(disable_fpu_hazard, |