Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9797cae3 authored by Adrian Bunk's avatar Adrian Bunk Committed by Ralf Baechle
Browse files

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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"