Skip to content

Commit

Permalink
exit_thread-remove-empty-bodies-fix
Browse files Browse the repository at this point in the history
fix mips

Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
akpm00 authored and sfrothwell committed Apr 27, 2016
1 parent a5aef44 commit 2fb337b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/mips/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp)
regs->regs[29] = sp;
}

void exit_thread(void)
{
}

void flush_thread(void)
{
}
Expand Down

0 comments on commit 2fb337b

Please sign in to comment.