]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit64a0aad4634cf6f00cc20bf009dacdcb79fbd43b
treea0f8cd72adc15af6167b51e032330a98d77e08d3
parenta4ee543ae81645e806a37a6435325726bc1c5fec
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