mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target/sparc: Remove sparcv7 cpu features
The oldest supported cpu is the microsparc 1; all other cpus use CPU_DEFAULT_FEATURES. Remove the features that must always be present for sparcv7: FLOAT, SWAP, FLUSH, FSQRT, FMUL. Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
de1f52032f
commit
5f25b383a8
5 changed files with 11 additions and 57 deletions
|
@ -1,11 +1,6 @@
|
|||
FEATURE(FLOAT)
|
||||
FEATURE(FLOAT128)
|
||||
FEATURE(SWAP)
|
||||
FEATURE(MUL)
|
||||
FEATURE(DIV)
|
||||
FEATURE(FLUSH)
|
||||
FEATURE(FSQRT)
|
||||
FEATURE(FMUL)
|
||||
FEATURE(VIS1)
|
||||
FEATURE(VIS2)
|
||||
FEATURE(FSMULD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue