Loading
aarch64: Fix corrupted IRQ state when tracing enabled
The call to sys_trace_idle() is potentially clobbering x0 resulting in a wrong value being used by the following code. Save and restore x0 before and after the call to sys_trace_idle() to avoid any issue. Signed-off-by:Carlo Caione <ccaione@baylibre.com> Suggested-by:
James Harris <james.harris@intel.com>