]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Use an accessor for instructions
authorJordan Niethe <jniethe5@gmail.com>
Wed, 6 May 2020 03:40:27 +0000 (13:40 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 18 May 2020 14:10:36 +0000 (00:10 +1000)
commitbbd73ec7c17bb49863c2703c6a718fc7e28b4dba
tree456999d501f63d75634a33dbc57306b244777c9d
parentf249a2a6f0eab29299c62757f5ab7cce08893ee6
powerpc: Use an accessor for instructions

In preparation for introducing a more complicated instruction type to
accommodate prefixed instructions use an accessor for getting an
instruction as a u32.

Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200506034050.24806-8-jniethe5@gmail.com
arch/powerpc/include/asm/inst.h
arch/powerpc/include/asm/sstep.h
arch/powerpc/kernel/align.c
arch/powerpc/kernel/kprobes.c
arch/powerpc/kernel/trace/ftrace.c
arch/powerpc/kernel/vecemu.c
arch/powerpc/lib/code-patching.c
arch/powerpc/lib/sstep.c
arch/powerpc/lib/test_emulate_step.c
arch/powerpc/mm/fault.c
arch/powerpc/xmon/xmon.c