]> git.ipfire.org Git - thirdparty/linux.git/commit
objtool/x86: Reorder ORC register numbering
authorJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 18 Mar 2026 08:38:38 +0000 (09:38 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 18 Mar 2026 08:38:52 +0000 (09:38 +0100)
commit1735858caa4bbb8b923860c0833d463b5d9c5f79
tree0007e2fda2aa15736047555a9a0147c485e15cbf
parent96f3b16a9de552538b810f773645d43f3b661b50
objtool/x86: Reorder ORC register numbering

Reorder the ORC register values so their ordering matches the x86
instruction set register encodings.

No functional change intended.

Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
arch/x86/include/asm/orc_types.h
arch/x86/kernel/unwind_orc.c
tools/arch/x86/include/asm/orc_types.h
tools/objtool/arch/x86/decode.c
tools/objtool/arch/x86/orc.c