Re: [PATCH v2 06/19] OpenRISC: PTrace
From: Arnd Bergmann <arnd@arndb.de>
Date: 2011-07-05 15:42:33
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2011-07-05 15:42:33
Also in:
lkml
On Saturday 02 July 2011, Jonas Bonn wrote:
Signed-off-by: Jonas Bonn <jonas@southpole.se> --- arch/openrisc/include/asm/ptrace.h | 124 ++++++++ arch/openrisc/kernel/ptrace.c | 574 ++++++++++++++++++++++++++++++++++++ arch/openrisc/kernel/ptrace.h | 37 +++ 3 files changed, 735 insertions(+), 0 deletions(-) create mode 100644 arch/openrisc/include/asm/ptrace.h create mode 100644 arch/openrisc/kernel/ptrace.c create mode 100644 arch/openrisc/kernel/ptrace.h
This patch still contains a bunch of commented out code that wants to be cleaned up. I think you have done that in most other patches that needed the same cleanup. Arnd