summaryrefslogtreecommitdiffstats
path: root/target/sparc
diff options
context:
space:
mode:
authortony.nguyen@bt.com2019-07-18 08:01:31 +0200
committerPaolo Bonzini2019-08-20 17:26:19 +0200
commit52bf9771fdfce98e98cea36a17a18915be6f6b7f (patch)
tree7ddfddd6c7bc748d855fa24c21e1fdd0537e9fce /target/sparc
parentmemory: assert on out of scope notification (diff)
downloadqemu-52bf9771fdfce98e98cea36a17a18915be6f6b7f.tar.gz
qemu-52bf9771fdfce98e98cea36a17a18915be6f6b7f.tar.xz
qemu-52bf9771fdfce98e98cea36a17a18915be6f6b7f.zip
configure: Define target access alignment in configure
This patch moves the define of target access alignment earlier from target/foo/cpu.h to configure. Suggested in Richard Henderson's reply to "[PATCH 1/4] tcg: TCGMemOp is now accelerator independent MemOp" Signed-off-by: Tony Nguyen <tony.nguyen@bt.com> Message-Id: <11e818d38ebc40e986cfa62dd7d0afdc@tpw09926dag18e.domain1.systemhost.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: tony.nguyen@bt.com <tony.nguyen@bt.com>
Diffstat (limited to 'target/sparc')
-rw-r--r--target/sparc/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/sparc/cpu.h b/target/sparc/cpu.h
index 0d5b01efe5..694d7139cf 100644
--- a/target/sparc/cpu.h
+++ b/target/sparc/cpu.h
@@ -5,8 +5,6 @@
#include "cpu-qom.h"
#include "exec/cpu-defs.h"
-#define ALIGNED_ONLY
-
#if !defined(TARGET_SPARC64)
#define TARGET_DPREGS 16
#else