+10
−57
arch/s390/kernel/kprobes.h
deleted100644 → 0
+0
−9
arch/s390/kernel/kprobes_insn_page.S
deleted100644 → 0
+0
−22
Loading
Since commit c98d2eca ("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>