decode: Execute cpabort as a no-op

It seems that the Linux kernel executes cpabort on any CPU that
implements ISA v3.1 or later, despite cpabort being optional.
To cope with this, implement cpabort as a no-op.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
pull/444/head
Paul Mackerras 6 days ago
parent b65dde1a95
commit de2e8f81ee

@ -240,6 +240,7 @@ architecture behaviour of predecoder is
2#0_00000_11010# => INSN_cntlzw,
2#0_10001_11010# => INSN_cnttzd,
2#0_10000_11010# => INSN_cnttzw,
2#0_11010_00110# => INSN_rnop, -- cpabort
2#0_10111_10011# => INSN_darn,
2#0_00010_10110# => INSN_dcbf,
2#0_00001_10110# => INSN_dcbst,

Loading…
Cancel
Save