Anil S Keshavamurthy
e597c2984c
[PATCH] kprobes: arch_remove_kprobe
...
Currently arch_remove_kprobes() is only implemented/required for x86_64 and
powerpc. All other architecture like IA64, i386 and sparc64 implementes a
dummy function which is being called from arch independent kprobes.c file.
This patch removes the dummy functions and replaces it with
#define arch_remove_kprobe(p, s) do { } while(0)
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-10 08:01:40 -08:00
..
2005-08-26 15:09:24 -07:00
2005-08-05 00:45:14 -04:00
2005-09-19 15:57:48 -07:00
2005-09-13 08:50:39 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:32 -08:00
2005-04-16 15:20:36 -07:00
2006-01-08 20:14:02 -08:00
2005-06-20 09:34:02 -07:00
2006-01-08 20:12:42 -08:00
2005-09-09 22:03:13 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-09 22:03:13 +02:00
2006-01-08 20:14:02 -08:00
2006-01-08 20:14:02 -08:00
2005-04-16 15:20:36 -07:00
2005-09-08 14:27:13 -07:00
2005-07-11 10:30:07 -07:00
2005-04-16 15:20:36 -07:00
2005-10-25 15:10:08 -07:00
2005-11-17 09:48:15 -08:00
2005-09-07 16:58:00 -07:00
2006-01-10 08:01:40 -08:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:40 -07:00
2005-09-22 13:24:19 -07:00
2005-09-16 10:39:40 -07:00
2005-11-10 10:38:05 -08:00
2005-09-16 10:39:40 -07:00
2005-11-07 11:27:13 -08:00
2005-09-11 14:09:12 -07:00
2005-10-25 15:10:08 -07:00
2005-07-06 18:18:10 -07:00
2005-04-16 15:20:36 -07:00
2005-08-31 08:34:51 -07:00
2005-10-25 15:05:45 -07:00
2005-04-25 13:08:30 -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:54:06 -08:00
2005-12-14 08:52:57 -08:00
2006-01-08 20:13:51 -08:00
2005-04-16 15:20:36 -07:00
2005-12-05 11:49:17 -08:00
2005-04-16 15:20:36 -07:00
2006-01-05 13:30:52 -08:00
2005-04-16 15:20:36 -07:00
2005-11-08 09:58:06 -08:00
2005-10-25 15:10:08 -07:00
2005-11-09 07:56:33 -08:00
2005-08-24 15:35:41 -07:00
2005-12-16 10:00:24 -08:00
2005-08-24 12:08:54 -04:00
2005-11-29 09:24:39 -08:00
2005-04-16 15:20:36 -07:00
2005-12-16 10:29:52 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-11 14:09:34 -07:00
2005-12-16 10:52:46 -08:00