Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63467
b: refs/heads/master
c: 98de920
h: refs/heads/master
i:
  63465: b3774a7
  63463: cf269f9
v: v3
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent 01dbed7 commit c09a82a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a11b18ef94772d2803ef7d651704c943dcb9dc38
refs/heads/master: 98de920a2aa4f5939d47cdbb23ebac809308d871
7 changes: 6 additions & 1 deletion trunk/include/asm-mips/hazards.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2003, 2004 Ralf Baechle <ralf@linux-mips.org>
* Copyright (C) 2003, 04, 07 Ralf Baechle <ralf@linux-mips.org>
* Copyright (C) MIPS Technologies, Inc.
* written by Ralf Baechle <ralf@linux-mips.org>
*/
Expand All @@ -23,6 +23,11 @@ static inline void name(void) \
__asm__ __volatile__ (#name); \
}

/*
* MIPS R2 instruction hazard barrier. Needs to be called as a subroutine.
*/
extern void mips_ihb(void);

#endif

ASMMACRO(_ssnop,
Expand Down

0 comments on commit c09a82a

Please sign in to comment.