提交 9797cae3 编写于 作者: A Adrian Bunk 提交者: Ralf Baechle

[MIPS] "extern inline" -> "static inline"

"extern inline" will have different semantics with gcc 4.3, and
"static inline" is correct here.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 e48ce6b8
...@@ -237,7 +237,7 @@ unsigned long get_wchan(struct task_struct *p); ...@@ -237,7 +237,7 @@ unsigned long get_wchan(struct task_struct *p);
#define ARCH_HAS_PREFETCH #define ARCH_HAS_PREFETCH
extern inline void prefetch(const void *addr) static inline void prefetch(const void *addr)
{ {
__asm__ __volatile__( __asm__ __volatile__(
" .set mips4 \n" " .set mips4 \n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册