diff options
| author | Peter Zijlstra <[email protected]> | 2020-04-01 16:54:26 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2020-04-22 10:53:50 +0200 |
| commit | c536ed2fffd5dbf81fe2dede8ef294e0cbb08f72 (patch) | |
| tree | 6d5c7c35f17c5258ade1f04c3634be4efb49c1b8 /tools/arch | |
| parent | 9f2dfd61dd022d4559d42a832fb03e76aad36c5f (diff) | |
objtool: Remove SAVE/RESTORE hints
The SAVE/RESTORE hints are now unused; remove them.
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Miroslav Benes <[email protected]>
Reviewed-by: Alexandre Chartre <[email protected]>
Acked-by: Josh Poimboeuf <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/arch')
| -rw-r--r-- | tools/arch/x86/include/asm/orc_types.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/arch/x86/include/asm/orc_types.h b/tools/arch/x86/include/asm/orc_types.h index 5f18ca7ac51a..d25534940bde 100644 --- a/tools/arch/x86/include/asm/orc_types.h +++ b/tools/arch/x86/include/asm/orc_types.h @@ -58,9 +58,7 @@ #define ORC_TYPE_CALL 0 #define ORC_TYPE_REGS 1 #define ORC_TYPE_REGS_IRET 2 -#define UNWIND_HINT_TYPE_SAVE 3 -#define UNWIND_HINT_TYPE_RESTORE 4 -#define UNWIND_HINT_TYPE_RET_OFFSET 5 +#define UNWIND_HINT_TYPE_RET_OFFSET 3 #ifndef __ASSEMBLY__ /* |