commit | cb67e161bc947ab467657dda38168c2b2266f5bc | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Wed Dec 12 17:24:39 2012 -0500 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Thu Dec 13 11:34:24 2012 -0500 |
tree | 289e3905765484e8736a62f1a8a289d833e0960e | |
parent | 17a263540cebd4c615755300f34c695b15378a58 [diff] |
arch/tile: provide PT_FLAGS_COMPAT value in pt_regs This flag is set for ptrace GETREGS or PEEKUSER for processes that are COMPAT, i.e. 32-bit. This allows things like strace to easily discover what personality to use, for example. Acked-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>