mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00:00
[MIPS] "extern inline" -> "static inline"
"extern inline" will have different semantics with gcc 4.3, and "static inline" is correct here. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
e48ce6b8df
commit
9797cae3bf
@ -237,7 +237,7 @@ unsigned long get_wchan(struct task_struct *p);
|
||||
|
||||
#define ARCH_HAS_PREFETCH
|
||||
|
||||
extern inline void prefetch(const void *addr)
|
||||
static inline void prefetch(const void *addr)
|
||||
{
|
||||
__asm__ __volatile__(
|
||||
" .set mips4 \n"
|
||||
|
Loading…
Reference in New Issue
Block a user