Re: [PATCH v2 07/12] objtool: Convert ANNOTATE_INTRA_FUNCTION_CALLS to ANNOTATE
From: Josh Poimboeuf
Date: Fri Nov 15 2024 - 14:13:54 EST
On Mon, Nov 11, 2024 at 12:59:42PM +0100, Peter Zijlstra wrote:
> +++ b/include/linux/objtool_types.h
> @@ -63,5 +63,6 @@ struct unwind_hint {
> #define ANNOTYPE_INSTR_END 4
> #define ANNOTYPE_UNRET_BEGIN 5
> #define ANNOTYPE_IGNORE_ALTS 6
> +#define ANNOTYPE_INTRA_FUNCTION_CALLS 7
Should be a singular "CALL"?
--
Josh