Commit 9797cae3 authored by Adrian Bunk's avatar Adrian Bunk Committed by 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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment