projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6a016
)
s390/kprobes: remove unused jprobe_return_end()
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Wed, 3 Sep 2014 08:37:40 +0000
(10:37 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 9 Sep 2014 06:53:29 +0000
(08:53 +0200)
Even if it has a __used annotation it is actually unused.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/kprobes.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/kprobes.c
b/arch/s390/kernel/kprobes.c
index bc71a7b95af546b94d6ac6ba74c6484bbb261069..c48a00c9f351de7d457ac9b2ea997f59b6fd1636 100644
(file)
--- a/
arch/s390/kernel/kprobes.c
+++ b/
arch/s390/kernel/kprobes.c
@@
-789,11
+789,6
@@
void __kprobes jprobe_return(void)
asm volatile(".word 0x0002");
}
-static void __used __kprobes jprobe_return_end(void)
-{
- asm volatile("bcr 0,0");
-}
-
int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs)
{
struct kprobe_ctlblk *kcb = get_kprobe_ctlblk();