tcg/tci: Add TCG_TARGET_DEFAULT_MO

Missed being added as part of 71650df7b0.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Richard Henderson 2017-09-07 10:54:30 -07:00 committed by Peter Maydell
parent 75be9a52b1
commit cda4a338c4
1 changed files with 5 additions and 0 deletions

View File

@ -192,4 +192,9 @@ static inline void flush_icache_range(uintptr_t start, uintptr_t stop)
{
}
/* We could notice __i386__ or __s390x__ and reduce the barriers depending
on the host. But if you want performance, you use the normal backend.
We prefer consistency across hosts on this. */
#define TCG_TARGET_DEFAULT_MO (0)
#endif /* TCG_TARGET_H */