arm: Support trace on armv8
authorSimon Glass <sjg@chromium.org>
Wed, 21 Dec 2022 23:08:16 +0000 (16:08 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 18:49:13 +0000 (11:49 -0700)
commitd81d17637a04746341fb6ae2e55597cd61a92c07
treea0f8cd72adc15af6167b51e032330a98d77e08d3
parent33c60a38bb95c9954704857fe5edb29b749b9b18
arm: Support trace on armv8

Use the notrace attribute so that timer functions can be used when
tracing. This is required to avoid infinite loops when recording a trace.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv8/generic_timer.c