On Thu, 2017-08-31 at 10:49 +1000, Michael Neuling wrote:
> Tested-by: Michael Neuling
>
> FWIW I've written a test case for alignment faults (which I'll convert to a
> selftest and upstream). It tests all load stores supported by POWER9 (results
> below).
Sorry, this is not quite right. It doe
Tested-by: Michael Neuling
FWIW I've written a test case for alignment faults (which I'll convert to a
selftest and upstream). It tests all load stores supported by POWER9 (results
below).
VSX: 2.06B
Doing lxvd2x: PASSED
Doing lxvw4x: PASSED
Doing lxsdx:PASSED
This series extends the instruction emulation infrastructure in
arch/powerpc/lib/sstep.c and uses it for emulating instructions when
we get an alignment interrupt. The advantage of this is that we only
have to add the new POWER9 instructions in one place, and it fixes
several bugs in alignment int