Re: [PATCH for-6.2 25/25] arm: Remove system_clock_scale global

2021-08-12 Thread Alistair Francis
On Thu, Aug 12, 2021 at 7:52 PM Peter Maydell wrote: > > 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 Reviewed-by: Alistair

[PATCH for-6.2 25/25] arm: Remove system_clock_scale global

2021-08-12 Thread Peter Maydell
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 --- include/hw/timer/armv7m_systick.h | 22 -- hw/arm/armsse.c