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-05 00:45:14 -04: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
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07: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-04-16 15:20:36 -07:00
2006-01-10 08:01:40 -08:00
2005-04-16 15:20:36 -07:00
2005-09-16 10:39:40 -07:00
2005-09-16 10:39:40 -07:00
2005-07-06 18:18:10 -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:54:06 -08:00
2005-04-16 15:20:36 -07: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-12-16 10:00:24 -08:00
2005-08-24 12:08:54 -04: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