From 5ee4f3c2c750ce55f825116610beb3340daedeca Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 24 Feb 2017 09:12:43 +1100 Subject: target/alpha: Enable MTTCG by default Alpha has a weak memory ordering and issues all of the required barriers. Signed-off-by: Richard Henderson --- target/alpha/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/alpha/cpu.h') diff --git a/target/alpha/cpu.h b/target/alpha/cpu.h index b08d1601d1..691ac00c0b 100644 --- a/target/alpha/cpu.h +++ b/target/alpha/cpu.h @@ -28,6 +28,9 @@ #define CPUArchState struct CPUAlphaState +/* Alpha processors have a weak memory model */ +#define TCG_GUEST_DEFAULT_MO (0) + #include "exec/cpu-defs.h" #include "fpu/softfloat.h" -- cgit v1.2.1