-
- Downloads
objtool: Change arch_decode_instruction() signature
In preparation to changing struct instruction around a bit, avoid passing it's members by pointer and instead pass the whole thing. A cleanup in it's own right too. Signed-off-by:Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by:
Ingo Molnar <mingo@kernel.org> Acked-by:
Josh Poimboeuf <jpoimboe@kernel.org> Tested-by: Nathan Chancellor <nathan@kernel.org> # build only Tested-by: Thomas Weißschuh <linux@weissschuh.net> # compile and run Link: https://lore.kernel.org/r/20230208172245.291087549@infradead.org
Showing
- tools/objtool/arch/powerpc/decode.c 10 additions, 12 deletionstools/objtool/arch/powerpc/decode.c
- tools/objtool/arch/x86/decode.c 52 additions, 53 deletionstools/objtool/arch/x86/decode.c
- tools/objtool/check.c 1 addition, 3 deletionstools/objtool/check.c
- tools/objtool/include/objtool/arch.h 1 addition, 3 deletionstools/objtool/include/objtool/arch.h
Loading
Please register or sign in to comment