commit | efff19122315f1431f6b02cd2983b15f5d3957bd | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Tue Oct 15 20:43:02 2013 +1100 |
committer | Alexander Graf <agraf@suse.de> | Thu Jan 09 10:15:00 2014 +0100 |
tree | 7c0e937099931df69b9efb510a9030c419767db9 | |
parent | 09548fdaf32ce77a68e7f9a8a3098c1306b04858 [diff] |
KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures This uses struct thread_fp_state and struct thread_vr_state to store the floating-point, VMX/Altivec and VSX state, rather than flat arrays. This makes transferring the state to/from the thread_struct simpler and allows us to unify the get/set_one_reg implementations for the VSX registers. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>