tests: Add missing timestamp_serialize() for Armv8-R aarch64
This commit fixes the build error: "error implementation of timestamp_serialize() not provided for your CPU target" for fvp_baser_aemv8r tests. Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
parent
f249544f48
commit
7d88c3b79d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ static inline void timestamp_serialize(void)
|
|||
{
|
||||
__ISB();
|
||||
}
|
||||
#elif defined(CONFIG_CPU_CORTEX_A)
|
||||
#elif defined(CONFIG_CPU_CORTEX_A) || defined(CONFIG_CPU_AARCH64_CORTEX_R)
|
||||
#include <arch/arm64/cpu.h>
|
||||
static inline void timestamp_serialize(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue