commit | 7d2a175b9bf6e9422bebe95130a3c79a25ff4602 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Tue Jul 29 01:13:14 2008 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jul 30 15:26:54 2008 +1000 |
tree | 1684ca0a8af75d6f8e3602a7c70dec27ad08b896 | |
parent | 1ac42ef844d7c0996f15c6f94f463ac94cb80818 [diff] |
powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regs In PTRACE_GET/SETVSRREGS, we should be using the thread we are ptracing rather than current. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>