summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/processor.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-10-04 02:37:02 +0200
committerDavid S. Miller <davem@davemloft.net>2005-10-04 02:37:02 +0200
commit3115624eda34d0f4e673fc6bcea36b7ad701ee33 (patch)
treea81c9e0f3d84a96725e109452d4ddc90f95b513a /include/asm-sparc/processor.h
parent[TG3]: Update driver version and release date. (diff)
downloadlinux-3115624eda34d0f4e673fc6bcea36b7ad701ee33.tar.xz
linux-3115624eda34d0f4e673fc6bcea36b7ad701ee33.zip
[SPARC]: "extern inline" doesn't make much sense.
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc/processor.h')
-rw-r--r--include/asm-sparc/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/processor.h b/include/asm-sparc/processor.h
index 5a7a1a8d29ac..6fbb3f0af8d8 100644
--- a/include/asm-sparc/processor.h
+++ b/include/asm-sparc/processor.h
@@ -79,7 +79,7 @@ struct thread_struct {
extern unsigned long thread_saved_pc(struct task_struct *t);
/* Do necessary setup to start up a newly executed thread. */
-extern __inline__ void start_thread(struct pt_regs * regs, unsigned long pc,
+static inline void start_thread(struct pt_regs * regs, unsigned long pc,
unsigned long sp)
{
register unsigned long zero asm("g1");