summary refs log tree commit diff stats
path: root/target/mips/cpu-param.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-01-31 09:53:57 -0800
committerRichard Henderson <richard.henderson@linaro.org>2025-02-08 12:41:33 -0800
commit175646f64178ba5bfebd6312ac2acd4e1a0e9451 (patch)
tree20cc597d9d9d860785017a5eb2004e8bd288b0e4 /target/mips/cpu-param.h
parent537600df6141640d411cda5deea742081d2f9962 (diff)
downloadfocaccia-qemu-175646f64178ba5bfebd6312ac2acd4e1a0e9451.tar.gz
focaccia-qemu-175646f64178ba5bfebd6312ac2acd4e1a0e9451.zip
target/*: Remove TARGET_LONG_BITS from cpu-param.h
This is now handled by the configs/targets/*.mak fragment.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/mips/cpu-param.h')
-rw-r--r--target/mips/cpu-param.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/mips/cpu-param.h b/target/mips/cpu-param.h
index f3a37e2dbe..11b3ac0ac6 100644
--- a/target/mips/cpu-param.h
+++ b/target/mips/cpu-param.h
@@ -7,11 +7,6 @@
 #ifndef MIPS_CPU_PARAM_H
 #define MIPS_CPU_PARAM_H
 
-#ifdef TARGET_MIPS64
-# define TARGET_LONG_BITS 64
-#else
-# define TARGET_LONG_BITS 32
-#endif
 #ifdef TARGET_ABI_MIPSN64
 #define TARGET_PHYS_ADDR_SPACE_BITS 48
 #define TARGET_VIRT_ADDR_SPACE_BITS 48