hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/s390/include/asm/livepatch.h
....@@ -13,11 +13,6 @@
1313
1414 #include <asm/ptrace.h>
1515
16
-static inline int klp_check_compiler_support(void)
17
-{
18
- return 0;
19
-}
20
-
2116 static inline void klp_arch_set_pc(struct pt_regs *regs, unsigned long ip)
2217 {
2318 regs->psw.addr = ip;