]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/uprobes: common library for kprobes and uprobes
authorJan Willeke <willeke@de.ibm.com>
Mon, 22 Sep 2014 14:37:27 +0000 (16:37 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 25 Sep 2014 08:52:14 +0000 (10:52 +0200)
commit975fab17399a2b29985166181ad80e5f50fa42e9
tree385dac7c1384947e5b3a520d40b60cb77d5797b1
parentbbae71bf9c2fe90dc5642d4cddbbc1994861fd92
s390/uprobes: common library for kprobes and uprobes

This patch moves common functions from kprobes.c to probes.c.
Thus its possible for uprobes to use them without enabling kprobes.

Signed-off-by: Jan Willeke <willeke@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/kprobes.h
arch/s390/kernel/kprobes.c
arch/s390/lib/Makefile
arch/s390/lib/probes.c [new file with mode: 0644]