mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-10 22:31:45 +00:00
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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user