testsuite: enable timestamp_serialize() for aarch32 Cortex-A CPUs
Enable the existing aarch32 Cortex-R implementation of timestamp_serialize() for aarch32 Cortex-A CPUs as well. Signed-off-by: Immo Birnbaum <Immo.Birnbaum@Weidmueller.com>
This commit is contained in:
parent
52a5c08325
commit
eef767eabc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static inline void timestamp_serialize(void)
|
||||||
/* isb is available in all Cortex-M */
|
/* isb is available in all Cortex-M */
|
||||||
__ISB();
|
__ISB();
|
||||||
}
|
}
|
||||||
#elif defined(CONFIG_CPU_CORTEX_R)
|
#elif defined(CONFIG_CPU_CORTEX_R) || defined(CONFIG_CPU_AARCH32_CORTEX_A)
|
||||||
#include <arch/arm/aarch32/cortex_a_r/cpu.h>
|
#include <arch/arm/aarch32/cortex_a_r/cpu.h>
|
||||||
static inline void timestamp_serialize(void)
|
static inline void timestamp_serialize(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue