summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/Makefile
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2024-05-15 14:52:21 +0200
committerHeiko Carstens <hca@linux.ibm.com>2024-05-16 10:31:32 +0200
commitd890e6af50e44cf49766b3d25a45586d8485ef08 (patch)
tree4972731712e56029605ce1489269c1e2437f7c30 /arch/s390/kernel/Makefile
parente7dec0b7926f3cd493c697c4c389df77e8e8a34c (diff)
downloadlinux-stable-d890e6af50e44cf49766b3d25a45586d8485ef08.tar.gz
linux-stable-d890e6af50e44cf49766b3d25a45586d8485ef08.tar.bz2
linux-stable-d890e6af50e44cf49766b3d25a45586d8485ef08.zip
s390/kprobes: Remove custom insn slot allocator
Since commit c98d2ecae08f ("s390/mm: Uncouple physical vs virtual address spaces") the kernel image and module area are within the same 4GB area. This eliminates the need of a custom insn slot allocator for kprobes within the kernel image, since standard module_alloc() allocated pages are sufficient for PC relative instructions with a signed 32 bit offset. Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/Makefile')
-rw-r--r--arch/s390/kernel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile
index db2d9ba5a86d..7241fa194709 100644
--- a/arch/s390/kernel/Makefile
+++ b/arch/s390/kernel/Makefile
@@ -59,7 +59,6 @@ obj-$(CONFIG_COMPAT) += compat_linux.o compat_signal.o
obj-$(CONFIG_COMPAT) += $(compat-obj-y)
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-$(CONFIG_KPROBES) += kprobes.o
-obj-$(CONFIG_KPROBES) += kprobes_insn_page.o
obj-$(CONFIG_KPROBES) += mcount.o
obj-$(CONFIG_RETHOOK) += rethook.o
obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o