]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
jprobes: remove JPROBE_ENTRY()
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 19 Jul 2007 08:48:10 +0000 (01:48 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 17:04:44 +0000 (10:04 -0700)
commit9e367d859297b9377d65574f538cf52730e9eda8
treec7d4e7c3d1521810981d1623c5100a44600c603f
parent81eae375eceba481ca4c605d42913871f093f6d5
jprobes: remove JPROBE_ENTRY()

AFAICT now that jprobe.entry is a void *, JPROBE_ENTRY doesn't do anything
useful - so remove it ..

I've left a do-nothing version so that out-of-tree jprobes code will still
compile without modifications.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Cc: Prasanna S Panchamukhi <prasanna@in.ibm.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/kprobes.txt
include/asm-i386/kprobes.h
include/asm-ia64/kprobes.h
include/asm-powerpc/kprobes.h
include/asm-s390/kprobes.h
include/asm-sparc64/kprobes.h
include/asm-x86_64/kprobes.h
include/linux/kprobes.h
net/dccp/probe.c
net/ipv4/tcp_probe.c