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:
parent
05b9bde34a
commit
8379533bed
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue