commit | 41c594ab65fc89573af296d192aa5235d09717ab | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 05 09:45:45 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 19 04:14:28 2006 +0200 |
tree | 562462512a320f386bdf49eabfbb26bb3ee761fa | |
parent | 2600990e640e3bef29ed89d565864cf16ee83833 [diff] [blame] |
[MIPS] MT: Improved multithreading support. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index feb29a7..dadc051 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h
@@ -284,6 +284,8 @@ #define instruction_hazard() do { } while (0) #endif +extern void mips_ihb(void); + #endif /* __ASSEMBLY__ */ #endif /* _ASM_HAZARDS_H */