diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-11-29 23:32:40 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-01-14 17:13:53 +0100 |
commit | 7e2a619a0436a959fe2795cce829d1cc89448a43 (patch) | |
tree | 31445cd81f06acf4d6e67e08f91eeb400ba15420 /target/mips/mips-defs.h | |
parent | 33942f94604153af66f50ad0bc41edc620e82d51 (diff) | |
download | qemu-7e2a619a0436a959fe2795cce829d1cc89448a43.zip qemu-7e2a619a0436a959fe2795cce829d1cc89448a43.tar.gz qemu-7e2a619a0436a959fe2795cce829d1cc89448a43.tar.bz2 |
target/mips: Remove now unused ASE_MSA definition
We don't use ASE_MSA anymore (replaced by ase_msa_available()
checking MSAP bit from CP0_Config3). Remove it.
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20201208003702.4088927-6-f4bug@amsat.org>
Diffstat (limited to 'target/mips/mips-defs.h')
-rw-r--r-- | target/mips/mips-defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/mips/mips-defs.h b/target/mips/mips-defs.h index 9786601..6b8e680 100644 --- a/target/mips/mips-defs.h +++ b/target/mips/mips-defs.h @@ -34,7 +34,6 @@ #define ASE_MT 0x0000000040000000ULL #define ASE_SMARTMIPS 0x0000000080000000ULL #define ASE_MICROMIPS 0x0000000100000000ULL -#define ASE_MSA 0x0000000200000000ULL /* * bits 40-51: vendor-specific base instruction sets */ |