From: Michael Neuling <hidden> Date: 2014-08-19 04:59:32
This cleans up kvmppc_load/save_fp. It removes unnecessary isyncs. It also
removes the unnecessary resetting of the MSR bits on exit of kvmppc_save_fp.
Signed-off-by: Michael Neuling <redacted>
Signed-off-by: Paul Mackerras <redacted>
---
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 2 --
1 file changed, 2 deletions(-)
From: Michael Neuling <hidden> Date: 2014-08-19 04:59:33
Add 'r' to register name r2 in kvmppc_hv_enter.
Also update comment at the top of kvmppc_hv_enter to indicate that R2/TOC is
non-volatile.
Signed-off-by: Michael Neuling <redacted>
Signed-off-by: Paul Mackerras <redacted>
---
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Alexander Graf <hidden> Date: 2014-08-27 11:20:52
On 19.08.14 06:59, Michael Neuling wrote:
Add 'r' to register name r2 in kvmppc_hv_enter.
Also update comment at the top of kvmppc_hv_enter to indicate that R2/TOC is
non-volatile.
Signed-off-by: Michael Neuling <redacted>
Signed-off-by: Paul Mackerras <redacted>