Wei Huang
2011-May-03 20:16 UTC
[Xen-devel] [PATCH] FPU LWP 3/8: clean up FPU context save function
FPU: clean up FPU context save function This patch cleans up context save function. It renames the save function to vcpu_save_fpu() because existing function name is confusion. It also extracts FPU context save code (fsave, fxsave, xsave) into separate functions. vcpu_save_fpu() will call corresponding sub-function depending on CPU''s capability. Signed-off-by: Wei Huang <wei.huang2@amd.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel