summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-18 22:06:10 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-18 22:06:10 +0000
commitaba4e552a2f2c1492441acbccedd8e0a4c53f916 (patch)
tree23921efb2b4af590160f034a89ff3da2ecca6e47 /kernel
parent9e17e1aa1cf1cb497d2f67147a51831888affcf3 (diff)
Merge with Linux 2.3.43.
Diffstat (limited to 'kernel')
-rw-r--r--kernel/exit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 0537ff06d..80280e821 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -405,9 +405,6 @@ fake_volatile:
task_lock(tsk);
sem_exit();
__exit_mm(tsk);
-#if CONFIG_AP1000
- exit_msc(tsk);
-#endif
__exit_files(tsk);
__exit_fs(tsk);
__exit_sighand(tsk);