aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/process.c')
-rw-r--r--arch/mips/kernel/process.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c
index a6b3dc54260a..411c971e3417 100644
--- a/arch/mips/kernel/process.c
+++ b/arch/mips/kernel/process.c
@@ -73,10 +73,6 @@ void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp)
73 regs->regs[29] = sp; 73 regs->regs[29] = sp;
74} 74}
75 75
76void exit_thread(void)
77{
78}
79
80int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) 76int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
81{ 77{
82 /* 78 /*