Commit dd217310 authored by Lennart Sorensen's avatar Lennart Sorensen Committed by Michael Ellerman
Browse files

powerpc/sstep: Fix sstep.c compile on powerpcspe

Commit be96f633 ("powerpc: Split out instruction analysis part of
emulate_step()") introduced ldarx and stdcx into the instructions in
sstep.c, which are not accepted by the assembler on powerpcspe, but does
seem to be accepted by the normal powerpc assembler even in 32 bit mode.

Wrap these two instructions in a __powerpc64__ check like it is
everywhere else in the file.

Fixes: be96f633

 ("powerpc: Split out instruction analysis part of emulate_step()")
Signed-off-by: default avatarLen Sorensen <lsorense@csclub.uwaterloo.ca>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 31cdd0c3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment