From: Michael Neuling Date: Wed, 13 Feb 2013 16:21:36 +0000 (+0000) Subject: powerpc: Add FP/VSX and VMX register load functions for transactional memory X-Git-Tag: v3.9-rc1~100^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2dcbb32f0647a3b8230c146a2f980654a7738af;p=pandora-kernel.git powerpc: Add FP/VSX and VMX register load functions for transactional memory This adds functions to restore the state of the FP/VSX registers from what's stored in the thread_struct. Two version for FP/VSX are required since one restores them from transactional/checkpoint side of the thread_struct and the other from the speculated side. Similar functions are added for VMX registers. Signed-off-by: Matt Evans Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed