From 71650df7b0ee0600308810a267a123b971b3d533 Mon Sep 17 00:00:00 2001 From: Pranith Kumar Date: Tue, 29 Aug 2017 02:33:11 -0400 Subject: tcg: Add tcg target default memory ordering Signed-off-by: Pranith Kumar Message-Id: <20170829063313.10237-3-bobby.prani@gmail.com> [rth: Dropped ia64 hunk] Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcg/arm') diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index 5ef1086710..a38be15a39 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -134,4 +134,6 @@ static inline void flush_icache_range(uintptr_t start, uintptr_t stop) __builtin___clear_cache((char *) start, (char *) stop); } +#define TCG_TARGET_DEFAULT_MO (0) + #endif -- cgit v1.2.1