aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/process.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2016-03-26 19:07:14 -0400
committerRalf Baechle <ralf@linux-mips.org>2016-05-13 08:01:54 -0400
commit04cc89d120f94131de89a6e20da27016db4782ce (patch)
treec336930c4f2ef2752d7b3db712f1d45c863a988f /arch/mips/kernel/process.c
parent5d3c792583b6040607e178925ccc8316a207210f (diff)
MIPS: Make flush_thread
Avoids function calls to an empty function. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 3f5aa3bc191e..f57891616357 100644
--- a/arch/mips/kernel/process.c
+++ b/arch/mips/kernel/process.c
@@ -77,10 +77,6 @@ void exit_thread(void)
77{ 77{
78} 78}
79 79
80void flush_thread(void)
81{
82}
83
84int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) 80int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
85{ 81{
86 /* 82 /*