diff options
author | Paul Mackerras <paulus@ozlabs.org> | 2017-08-30 14:12:24 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-31 22:07:19 +1000 |
commit | 93b2d3cf3733b4060d3623161551f51ea1ab5499 (patch) | |
tree | 4b81306dc5145e5f6776b42a6dab6426d033a974 /arch/blackfin/configs | |
parent | f9effe925039cf54489b5c04e0d40073bb3a123d (diff) | |
download | linux-stable-93b2d3cf3733b4060d3623161551f51ea1ab5499.tar.gz linux-stable-93b2d3cf3733b4060d3623161551f51ea1ab5499.tar.bz2 linux-stable-93b2d3cf3733b4060d3623161551f51ea1ab5499.zip |
powerpc: Correct instruction code for xxlor instruction
The instruction code for xxlor that commit 0016a4cf5582 ("powerpc:
Emulate most Book I instructions in emulate_step()", 2010-06-15)
added is actually the code for xxlnor. It is used in get_vsr()
and put_vsr() and the effect of the error is that if emulate_step
is used to emulate a VSX load or store from any register other
than vsr0, the bitwise complement of the correct value will be
loaded or stored. This corrects the error.
Fixes: 0016a4cf5582 ("powerpc: Emulate most Book I instructions in emulate_step()")
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/blackfin/configs')
0 files changed, 0 insertions, 0 deletions