diff options
author | Peter Zijlstra <peterz@infradead.org> | 2022-03-14 18:05:52 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2022-03-15 10:32:45 +0100 |
commit | dca5da2abe406168b85f97e22109710ebe0bda08 (patch) | |
tree | 6a4dedd941deeb04b4b7f197ab0bd2898e9a40b2 /arch/x86/include/asm/irq_stack.h | |
parent | x86: Annotate call_on_stack() (diff) | |
download | linux-dca5da2abe406168b85f97e22109710ebe0bda08.tar.xz linux-dca5da2abe406168b85f97e22109710ebe0bda08.zip |
x86,objtool: Move the ASM_REACHABLE annotation to objtool.h
Because we need a variant for .S files too.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/Yi9gOW9f1GGwwUD6@hirez.programming.kicks-ass.net
Diffstat (limited to 'arch/x86/include/asm/irq_stack.h')
-rw-r--r-- | arch/x86/include/asm/irq_stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/irq_stack.h b/arch/x86/include/asm/irq_stack.h index 05af249d6bec..63f818aedf77 100644 --- a/arch/x86/include/asm/irq_stack.h +++ b/arch/x86/include/asm/irq_stack.h @@ -3,6 +3,7 @@ #define _ASM_X86_IRQ_STACK_H #include <linux/ptrace.h> +#include <linux/objtool.h> #include <asm/processor.h> |