Christoph Hellwig
481bed4542
[PATCH] consolidate sys_ptrace()
...
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.
Some architectures have a too different ptrace so we have to exclude them.
They continue to keep their implementations. For sh64 I had to add a
sh64_ptrace wrapper because it does some initialization on the first call.
For um I removed an ifdefed SUBARCH_PTRACE_SPECIAL block, but
SUBARCH_PTRACE_SPECIAL isn't defined anywhere in the tree.
Signed-off-by: Christoph Hellwig <hch@lst.de >
Acked-by: Paul Mackerras <paulus@samba.org >
Acked-by: Ralf Baechle <ralf@linux-mips.org >
Acked-By: David Howells <dhowells@redhat.com >
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk >
Acked-by: Paul Mundt <lethal@linux-sh.org >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-11-07 07:53:42 -08:00
..
2005-10-28 15:27:03 -07:00
2005-04-16 15:20:36 -07:00
2005-08-04 22:29:34 -04:00
2005-08-26 15:09:24 -07:00
2005-06-07 12:35:43 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:21 -07:00
2005-04-21 11:07:59 -07:00
2005-06-23 09:45:22 -07:00
2005-05-01 08:59:01 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:19 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:53:23 -08:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:21 -07:00
2005-07-26 14:35:41 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:38 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-21 16:16:29 -07:00
2005-04-21 11:07:59 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:15 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 15:50:32 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 14:00:40 -07:00
2005-04-16 15:20:36 -07:00
2005-09-08 14:27:13 -07:00
2005-06-23 09:45:22 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:58:01 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-14 16:22:11 -07:00
2005-09-14 16:22:11 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-28 21:09:26 -07:00
2005-04-16 15:20:36 -07:00
2005-09-11 14:08:41 -07:00
2005-09-22 13:24:19 -07:00
2005-10-28 14:32:56 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 15:50:32 -07:00
2005-08-12 15:05:21 -07:00
2005-10-04 13:21:13 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-04 13:21:13 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-04 13:21:13 -07:00
2005-08-26 15:09:24 -07:00
2005-06-23 09:45:10 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-08 14:57:25 -07:00
2005-06-23 09:45:28 -07:00
2005-04-16 15:20:36 -07:00
2005-05-18 16:14:30 -07:00
2005-04-26 09:04:31 -07:00
2005-11-07 07:53:41 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:40 -07:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:53:42 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-29 21:40:35 -07:00
2005-04-25 13:25:06 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 15:23:54 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:27 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:08 -07:00
2005-05-04 07:33:15 -07:00
2005-06-21 18:46:13 -07:00
2005-08-29 15:31:35 -07:00
2005-04-16 15:20:36 -07:00
2005-10-04 13:21:13 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-09 13:57:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-13 08:50:39 -07:00
2005-04-16 15:20:36 -07:00
2005-10-29 21:40:37 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:40 -07:00
2005-09-05 00:05:48 -07:00
2005-09-29 08:46:27 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-21 18:46:18 -07:00
2005-10-30 17:37:20 -08:00
2005-09-11 14:09:34 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 09:09:06 -07:00
2005-04-16 15:20:36 -07:00