summary refs log tree commit diff stats
path: root/target/i386/cpu-param.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/cpu-param.h')
-rw-r--r--target/i386/cpu-param.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/i386/cpu-param.h b/target/i386/cpu-param.h
index 0c8efce861..ebb844bcc8 100644
--- a/target/i386/cpu-param.h
+++ b/target/i386/cpu-param.h
@@ -24,7 +24,4 @@
 
 #define TARGET_INSN_START_EXTRA_WORDS 1
 
-/* The x86 has a strong memory model with some store-after-load re-ordering */
-#define TCG_GUEST_DEFAULT_MO      (TCG_MO_ALL & ~TCG_MO_ST_LD)
-
 #endif