Re: [PATCH] consolidate sys_ptrace
From: Jeff Dike <hidden>
Date: 2005-08-10 13:34:39
Also in:
lkml
From: Jeff Dike <hidden>
Date: 2005-08-10 13:34:39
Also in:
lkml
On Wed, Aug 10, 2005 at 10:00:57AM +0200, Christoph Hellwig wrote:
The sys_ptrace boilerplate code (everything outside the big switch statement for the arch-specific requests) is shared by most architectures. This patch moves it to kernel/ptrace.c and leaves the arch-specific code as arch_ptrace.
OK for UML. Jeff