From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/tools/objtool/arch.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/tools/objtool/arch.h b/kernel/tools/objtool/arch.h index 580ce18..7584029 100644 --- a/kernel/tools/objtool/arch.h +++ b/kernel/tools/objtool/arch.h @@ -90,6 +90,7 @@ bool arch_is_retpoline(struct symbol *sym); bool arch_is_rethunk(struct symbol *sym); +bool arch_is_embedded_insn(struct symbol *sym); int arch_rewrite_retpolines(struct objtool_file *file); -- Gitblit v1.6.2