summaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch.h
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2020-04-24 16:18:58 +0200
committerPeter Zijlstra <peterz@infradead.org>2020-04-30 20:14:33 +0200
commitb09fb65e863733e192d4825a285b4b4998969ce0 (patch)
treea1a1d4be7b752a76dca09f888a1f9ace16ba4011 /tools/objtool/arch.h
parent60041bcd8f5ab560dabf44dc384f58bbeb5a6a30 (diff)
downloadlinux-b09fb65e863733e192d4825a285b4b4998969ce0.tar.bz2
objtool: Remove INSN_STACK
With the unconditional use of handle_insn_ops(), INSN_STACK has lost its purpose. Remove it. Suggested-by: Julien Thierry <jthierry@redhat.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Miroslav Benes <mbenes@suse.cz> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Link: https://lkml.kernel.org/r/20200428191659.854203028@infradead.org
Diffstat (limited to 'tools/objtool/arch.h')
-rw-r--r--tools/objtool/arch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/objtool/arch.h b/tools/objtool/arch.h
index 445b8fa73ccb..25dd4a9b38b2 100644
--- a/tools/objtool/arch.h
+++ b/tools/objtool/arch.h
@@ -21,7 +21,6 @@ enum insn_type {
INSN_RETURN,
INSN_EXCEPTION_RETURN,
INSN_CONTEXT_SWITCH,
- INSN_STACK,
INSN_BUG,
INSN_NOP,
INSN_STAC,