]> git.baikalelectronics.ru Git - kernel.git/commit
x86: compat_ptrace_request
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:31:47 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:47 +0000 (13:31 +0100)
commiteea6fd8736f1cbb1a40a573a032f54e3700bc3c3
tree44cdb3296f25a9b2d5044fe1c12fbb03b085ac37
parent9c56cf479fe412c2314a3a49fd5b730e3628af2e
x86: compat_ptrace_request

This adds a compat_ptrace_request that is the analogue of ptrace_request
for the things that 32-on-64 ptrace implementations can share in common.
So far there are just a couple of requests handled generically.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/compat.h
kernel/ptrace.c