mips: add testsuite support

This commit provides the timestamp_serialize() macro for the MIPS
architecture.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
This commit is contained in:
Antony Pavlov 2020-12-09 05:48:44 +00:00 committed by Anas Nashif
parent 05b9bde34a
commit 8379533bed

View file

@ -54,6 +54,8 @@ static inline void timestamp_serialize(void)
#define timestamp_serialize()
#elif defined(CONFIG_SPARC)
#define timestamp_serialize()
#elif defined(CONFIG_MIPS)
#define timestamp_serialize()
#else
#error implementation of timestamp_serialize() not provided for your CPU target
#endif