Justin Hibbits 19cfd8759e powerpc: micro-optimize cpu_switch()
Since the non-volatile registers are restored at the end of cpu_switchin (of
the new thread) they're free for us to use for our own purposes.  Load the
PCB_FLAGS into a non-volatile register so it's preserved across the C
function calls that manage FPU and altivec state.  This removes 4 loads from
each file.  Might be a trivial performance improvement (~12 clock cycles per
context switch).

MFC after:	3 weeks
2019-04-27 00:53:41 +00:00
..
2019-04-24 01:11:50 +00:00
2019-04-10 19:18:05 +00:00
2019-04-21 22:53:51 +00:00
2019-04-10 18:15:36 +00:00
2019-02-21 01:30:37 +00:00
2019-04-19 22:08:17 +00:00
2019-04-25 18:42:07 +00:00
2019-02-04 21:28:25 +00:00