commit | 98da581e0846f6d932a4bc46a55458140e20478a | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Oct 29 11:44:01 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Dec 01 13:52:25 2015 +1100 |
tree | 492f2ebbd22ed1000f2d61aa8ad9a7b3ef5f1a1b | |
parent | b51b1153d0e78a70767441273331d2de066bb929 [diff] |
powerpc: Move part of giveup_fpu,altivec,spe into c Move the MSR modification into new c functions. Removing it from the low level functions will allow us to avoid costly MSR writes by batching them up. Move the check_if_tm_restore_required() check into these new functions. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>