arch/tile: provide PT_FLAGS_COMPAT value in pt_regs
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 12 Dec 2012 22:24:39 +0000 (17:24 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 13 Dec 2012 16:34:24 +0000 (11:34 -0500)
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>

No differences found