Loading arch/mips/include/asm/processor.h +4 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,10 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk); */ extern void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp); static inline void flush_thread(void) { } unsigned long get_wchan(struct task_struct *p); #define __KSTK_TOS(tsk) ((unsigned long)task_stack_page(tsk) + \ Loading arch/mips/kernel/process.c +0 −4 Original line number Diff line number Diff line Loading @@ -77,10 +77,6 @@ void exit_thread(void) { } void flush_thread(void) { } int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) { /* Loading Loading
arch/mips/include/asm/processor.h +4 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,10 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk); */ extern void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp); static inline void flush_thread(void) { } unsigned long get_wchan(struct task_struct *p); #define __KSTK_TOS(tsk) ((unsigned long)task_stack_page(tsk) + \ Loading
arch/mips/kernel/process.c +0 −4 Original line number Diff line number Diff line Loading @@ -77,10 +77,6 @@ void exit_thread(void) { } void flush_thread(void) { } int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) { /* Loading