]> git.proxmox.com Git - mirror_qemu.git/commit
arm: Remove system_clock_scale global
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Aug 2021 09:33:56 +0000 (10:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 10:08:21 +0000 (11:08 +0100)
commit683754c7b61f9e2ff098720ec80c9ab86c54663d
tree2fcfe981edd85c7b87f40bab3332cee57d49604c
parentd18fdd69d0e417f15a388bd7a2e3d6bd2d3672a5
arm: Remove system_clock_scale global

All the devices that used to use system_clock_scale have now been
converted to use Clock inputs instead, so the global is no longer
needed; remove it and all the code that sets it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210812093356.1946-26-peter.maydell@linaro.org
hw/arm/armsse.c
hw/arm/mps2.c
hw/arm/msf2-soc.c
hw/arm/netduino2.c
hw/arm/netduinoplus2.c
hw/arm/nrf51_soc.c
hw/arm/stellaris.c
hw/arm/stm32vldiscovery.c
hw/timer/armv7m_systick.c
include/hw/timer/armv7m_systick.h