From: Anshuman Khandual Date: Mon, 6 Jul 2015 10:54:10 +0000 (+0530) Subject: powerpc/tm: Drop tm_orig_msr from thread_struct X-Git-Tag: omap-for-v4.3/fixes-rc1~100^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829023df86d4ec39b110860cd5f106b7ac58f772;p=pandora-kernel.git powerpc/tm: Drop tm_orig_msr from thread_struct Currently tm_orig_msr is getting used during process context switch only. Then there is ckpt_regs which saves the checkpointed userspace context The MSR slot contained in ckpt_regs structure can be used during process context switch instead of tm_orig_msr, thus allowing us to drop it from thread_struct structure. This patch does that change. Acked-by: Michael Neuling Signed-off-by: Anshuman Khandual Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed