commit | f51246efee2b6bc72e86bc1d16599fc7c455b986 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Jul 29 12:14:42 2015 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 03 12:08:01 2015 +0200 |
tree | f7087e74fb1f827ed70271f0d8ce03466535bb6c | |
parent | f1f5e414851fdb69a3200e5c15799ea4788d423e [diff] |
MIPS: Get rid of finish_arch_switch(). MIPS was using finish_arch_switch() as a hook to restore and initialize CPU context for all threads, even newly created kernel and user threads. This is however entirely solvable within switch_to() so get rid of finish_arch_switch() which is in the way of scheduler cleanups. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>