From: Ralf Baechle Date: Fri, 27 Jul 2007 23:49:58 +0000 (+0100) Subject: [MIPS] Add missing declaration for mips_ihb(). X-Git-Tag: v3.12-rc1~27309^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98de920a2aa4f5939d47cdbb23ebac809308d871;p=kernel%2Fkernel-generic.git [MIPS] Add missing declaration for mips_ihb(). Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index d9119f4..918a489 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h @@ -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 + * Copyright (C) 2003, 04, 07 Ralf Baechle * Copyright (C) MIPS Technologies, Inc. * written by Ralf Baechle */ @@ -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,