Skip to content

Commit

Permalink
tcg/tci: Add TCG_TARGET_DEFAULT_MO
Browse files Browse the repository at this point in the history
Missed being added as part of 71650df.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
rth7680 authored and pm215 committed Sep 7, 2017
1 parent 75be9a5 commit cda4a33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tcg/tci/tcg-target.h
Expand Up @@ -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 */

0 comments on commit cda4a33

Please sign in to comment.