commit | e5093ff05d36c64e8f36a9ddb26358256dc133ea | [log] [tgz] |
---|---|---|
author | Srinivasa Ds <srinivasa@in.ibm.com> | Tue Jul 08 00:22:27 2008 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jul 09 16:30:44 2008 +1000 |
tree | 06e27ffb2a70ddb293c56aaf6499e618fce761d1 | |
parent | 058c78f4ba89df7b2de82ac271452f09e2b8fa05 [diff] |
powerpc: Implement task_pt_regs() accessor The task_pt_regs() macro allows access to the pt_regs of a given task. This macro is not currently defined for the powerpc architecture, but we need it for some upcoming utrace additions. Signed-off-by: Srinivasa DS <srinivasa@in.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>