Commit 98de920a authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Add missing declaration for mips_ihb().

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a11b18ef
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive * License. See the file "COPYING" in the main directory of this archive
* for more details. * 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. * Copyright (C) MIPS Technologies, Inc.
* written by Ralf Baechle <ralf@linux-mips.org> * written by Ralf Baechle <ralf@linux-mips.org>
*/ */
...@@ -23,6 +23,11 @@ static inline void name(void) \ ...@@ -23,6 +23,11 @@ static inline void name(void) \
__asm__ __volatile__ (#name); \ __asm__ __volatile__ (#name); \
} }
/*
* MIPS R2 instruction hazard barrier. Needs to be called as a subroutine.
*/
extern void mips_ihb(void);
#endif #endif
ASMMACRO(_ssnop, ASMMACRO(_ssnop,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment