Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kpatch-syscall: Fix kpatch s390 build error when CONFIG_COMPAT is dis…
…abled When CONFIG_COMPAT is disabled (No 31 bit emulation support), macro __S390_SYS_STUBx() is nop. (See arch/s390/include/asm/syscall_wrapper.h). Also, __SC_COMPAT_CAST definition is not available, which leads to build error. Hence, __KPATCH_S390_SYS_STUBx() inherited from __S390_SYS_STUBx() macro, should point also point to nop when CONFIG_COMPAT is disabled. Signed-off-by: Sumanth Korikkar <[email protected]>
- Loading branch information