diff options
author | Ravi Bangoria <ravi.bangoria@linux.ibm.com> | 2018-05-21 09:51:08 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-06-04 00:39:14 +1000 |
commit | 5a61640e322693028a36452f637681d388e4c241 (patch) | |
tree | 4dc9cd07bc7f5a80f78d60704599a8ff3dcf1c3b /arch/powerpc/kernel | |
parent | 83afab4ce05660c728f4a5d45f5970d9cc9ee6d2 (diff) | |
download | talos-obmc-linux-5a61640e322693028a36452f637681d388e4c241.tar.gz talos-obmc-linux-5a61640e322693028a36452f637681d388e4c241.zip |
powerpc/sstep: Fix emulate_step test if VSX not present
emulate_step() tests are failing if VSX is not supported or disabled.
emulate_step_test: lxvd2x : FAIL
emulate_step_test: stxvd2x : FAIL
If !CPU_FTR_VSX, emulate_step() failure is expected and testcase should
PASS with a valid justification. After patch:
emulate_step_test: lxvd2x : PASS (!CPU_FTR_VSX)
emulate_step_test: stxvd2x : PASS (!CPU_FTR_VSX)
Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel')
0 files changed, 0 insertions, 0 deletions