summaryrefslogtreecommitdiff
path: root/tools/objtool/include/objtool/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/objtool/include/objtool/arch.h')
-rw-r--r--tools/objtool/include/objtool/arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/objtool/include/objtool/arch.h b/tools/objtool/include/objtool/arch.h
index 089a1acc48a8..01ef6f415adf 100644
--- a/tools/objtool/include/objtool/arch.h
+++ b/tools/objtool/include/objtool/arch.h
@@ -19,7 +19,8 @@ enum insn_type {
INSN_CALL,
INSN_CALL_DYNAMIC,
INSN_RETURN,
- INSN_CONTEXT_SWITCH,
+ INSN_SYSCALL,
+ INSN_SYSRET,
INSN_BUG,
INSN_NOP,
INSN_STAC,