X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc%2Fprocessor.h;h=6fbb3f0af8d891a6b7e1fdc8b80c58970a0a5a4e;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=5a7a1a8d29ac9ccbf09ea9fc5df220c4744432cb;hpb=66f3767376e2bbffb4c2c78ea171e1fdcb62201b;p=linux-2.6 diff --git a/include/asm-sparc/processor.h b/include/asm-sparc/processor.h index 5a7a1a8d29..6fbb3f0af8 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");