target/alpha: Enable MTTCG by default
Alpha has a weak memory ordering and issues all of the required barriers. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
8f2d7c3411
commit
5ee4f3c2c7
1
configure
vendored
1
configure
vendored
@ -5894,6 +5894,7 @@ case "$target_name" in
|
|||||||
TARGET_BASE_ARCH=i386
|
TARGET_BASE_ARCH=i386
|
||||||
;;
|
;;
|
||||||
alpha)
|
alpha)
|
||||||
|
mttcg="yes"
|
||||||
;;
|
;;
|
||||||
arm|armeb)
|
arm|armeb)
|
||||||
TARGET_ARCH=arm
|
TARGET_ARCH=arm
|
||||||
|
@ -28,6 +28,9 @@
|
|||||||
|
|
||||||
#define CPUArchState struct CPUAlphaState
|
#define CPUArchState struct CPUAlphaState
|
||||||
|
|
||||||
|
/* Alpha processors have a weak memory model */
|
||||||
|
#define TCG_GUEST_DEFAULT_MO (0)
|
||||||
|
|
||||||
#include "exec/cpu-defs.h"
|
#include "exec/cpu-defs.h"
|
||||||
|
|
||||||
#include "fpu/softfloat.h"
|
#include "fpu/softfloat.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user