Searched hist:eba75400f37d4b80835b371d834c9d94a52063a6 (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/sparc/ |
H A D | sun4m_iommu.c | eba75400f37d4b80835b371d834c9d94a52063a6 Wed Nov 06 17:43:47 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> hw/sparc: Mark devices as big-endian
These devices are only used by the SPARC targets, which are only built as big-endian. Therefore the DEVICE_NATIVE_ENDIAN definition expand to DEVICE_BIG_ENDIAN (besides, the DEVICE_LITTLE_ENDIAN case isn't tested). Simplify directly using DEVICE_BIG_ENDIAN.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241106184612.71897-6-philmd@linaro.org>
|
/qemu/hw/sparc64/ |
H A D | sun4u.c | eba75400f37d4b80835b371d834c9d94a52063a6 Wed Nov 06 17:43:47 UTC 2024 Philippe Mathieu-Daudé <philmd@linaro.org> hw/sparc: Mark devices as big-endian
These devices are only used by the SPARC targets, which are only built as big-endian. Therefore the DEVICE_NATIVE_ENDIAN definition expand to DEVICE_BIG_ENDIAN (besides, the DEVICE_LITTLE_ENDIAN case isn't tested). Simplify directly using DEVICE_BIG_ENDIAN.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241106184612.71897-6-philmd@linaro.org>
|