• Heiko Carstens's avatar
    s390/kprobes: Remove custom insn slot allocator · d890e6af
    Heiko Carstens authored
    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: default avatarHeiko Carstens <hca@linux.ibm.com>
    d890e6af
Makefile 2.94 KB