commit | 26f7713020129e556e494fd36b2db1e651e33ba3 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Thu Dec 20 03:57:51 2007 -0800 |
committer | Paul Mackerras <paulus@samba.org> | Thu Feb 07 20:38:56 2008 +1100 |
tree | 3c066f2eeb71a2742c9e3b99666a2603d935bdd0 | |
parent | a4e4b175b6028ebfb2217e0ca1fa0487dc73ccc4 [diff] |
[POWERPC] ptrace accessors for special regs MSR and TRAP This isolates the ptrace code for the special-case registers msr and trap from the ptrace-layout dispatch code. This should inline away completely. It cleanly separates the low-level machine magic that has to be done for deep reasons, from the superficial details of the ptrace interface. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Paul Mackerras <paulus@samba.org>