The patch titled Subject: exit_thread-remove-empty-bodies-fix has been removed from the -mm tree. Its filename was exit_thread-remove-empty-bodies-fix.patch This patch was dropped because it was folded into exit_thread-remove-empty-bodies.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: exit_thread-remove-empty-bodies-fix fix mips Cc: Jiri Slaby <jslaby@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mips/kernel/process.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN arch/mips/kernel/process.c~exit_thread-remove-empty-bodies-fix arch/mips/kernel/process.c --- a/arch/mips/kernel/process.c~exit_thread-remove-empty-bodies-fix +++ a/arch/mips/kernel/process.c @@ -73,10 +73,6 @@ void start_thread(struct pt_regs * regs, regs->regs[29] = sp; } -void exit_thread(void) -{ -} - int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) { /* _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are exit_thread-remove-empty-bodies.patch exit_thread-accept-a-task-parameter-to-be-exited-checkpatch-fixes.patch lib-gcd-use-binary-gcd-algorithm-instead-of-euclidean-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html