There is no need for livepatch.h (generic and arch-specific) to depend
on CONFIG_LIVEPATCH. Remove that superfluous dependency.
Reported-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
#include <linux/module.h>
-#ifdef CONFIG_LIVEPATCH
static inline int klp_check_compiler_support(void)
{
return 0;
{
regs->psw.addr = ip;
}
-#endif
#endif
#include <linux/module.h>
#include <linux/ftrace.h>
-#ifdef CONFIG_LIVEPATCH
static inline int klp_check_compiler_support(void)
{
#ifndef CC_USING_FENTRY
{
regs->ip = ip;
}
-#endif
#endif /* _ASM_X86_LIVEPATCH_H */
#include <linux/module.h>
#include <linux/ftrace.h>
-#if IS_ENABLED(CONFIG_LIVEPATCH)
-
#include <asm/livepatch.h>
enum klp_state {
int klp_enable_patch(struct klp_patch *);
int klp_disable_patch(struct klp_patch *);
-#endif /* CONFIG_LIVEPATCH */
-
#endif /* _LINUX_LIVEPATCH_H_ */