Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a1b53a7b22934504d8c4e065759e8674e665506d
Commit:     a1b53a7b22934504d8c4e065759e8674e665506d
Parent:     f543110da7a53acb8c6d367e740ca9e110f0bb3a
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Wed May 9 17:49:53 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Fri May 11 14:28:31 2007 +0100

    [MIPS] SB1: Build fix.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 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 1542f23..d9119f4 100644
--- a/include/asm-mips/hazards.h
+++ b/include/asm-mips/hazards.h
@@ -188,7 +188,7 @@ ASMMACRO(enable_fpu_hazard,
         .set   noreorder;
         _ssnop;
         bnezl  $0,.+4;
-        _ssnop
+        _ssnop;
         .set   pop
 )
 ASMMACRO(disable_fpu_hazard,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to