kernel-ark/arch/i386
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
..
boot
crypto [CRYPTO] aes-i586: Remove unused variable ls_tab 2006-01-09 14:15:53 -08:00
kernel [PATCH] kprobes: arch_remove_kprobe 2006-01-10 08:01:40 -08:00
lib
mach-default
mach-es7000
mach-generic
mach-visws
mach-voyager
math-emu
mm [PATCH] mutex subsystem, more debugging code 2006-01-09 15:59:21 -08:00
oprofile
pci [PATCH] PCI: update Toshiba ohci quirk DMI table 2006-01-09 12:13:21 -08:00
power
defconfig
Kconfig [PATCH] hrtimer: introduce ktime_t time format 2006-01-10 08:01:37 -08:00
Kconfig.cpu
Kconfig.debug
Makefile
Makefile.cpu