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-09-09 22:47:53 +02:00
2005-06-27 17:04:45 -07:00
2006-01-10 08:01:25 -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-11-09 12:03:42 -08:00
2005-09-26 00:32:17 -07:00
2005-09-21 19:23:48 -07:00
2005-10-12 12:22:46 -07:00
2005-10-12 12:22:46 -07:00
2006-01-09 12:13:15 -08:00
2006-01-09 14:35:50 -08:00
2005-10-04 15:23:20 -07:00
2005-10-12 12:22:46 -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-08 21:12:04 -07:00
2005-04-16 15:20:36 -07:00
2005-10-12 12:22:46 -07:00
2006-01-10 08:01:40 -08:00
2005-10-12 12:22:46 -07:00
2006-01-10 08:01:33 -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-10-13 22:15:24 -07:00
2005-10-13 21:10:08 -07:00
2005-10-13 21:10:08 -07:00
2005-10-13 21:10:08 -07:00
2005-09-08 14:57:25 -07:00
2006-01-09 14:12:50 -08:00
2005-11-09 07:56:33 -08:00
2006-01-08 20:13:51 -08:00
2005-10-07 13:30:49 -07:00
2005-11-22 09:13:43 -08:00
2005-06-27 15:42:04 -07:00
2005-11-11 12:48:56 -08:00
2005-11-07 14:08:46 -08:00
2005-08-29 10:03:11 -07:00
2005-11-11 12:48:56 -08:00
2006-01-10 08:01:25 -08:00
2005-04-16 15:20:36 -07:00
2005-11-07 14:12:21 -08:00
2005-09-28 20:41:45 -07:00
2006-01-10 08:01:32 -08:00
2005-06-21 18:46:16 -07:00
2005-12-22 23:10:03 -08:00
2006-01-10 08:01:32 -08:00
2005-11-07 14:10:10 -08:00
2005-10-04 15:23:20 -07:00
2005-09-29 17:58:26 -07:00
2005-08-29 12:45:11 -07:00
2005-09-28 20:41:45 -07:00
2005-09-28 20:41:45 -07:00
2005-11-07 07:54:06 -08:00
2005-11-07 07:54:06 -08:00
2005-12-28 13:22:54 -08:00
2005-10-04 15:23:20 -07:00