From 52bf9771fdfce98e98cea36a17a18915be6f6b7f Mon Sep 17 00:00:00 2001 From: "tony.nguyen@bt.com" Date: Thu, 18 Jul 2019 06:01:31 +0000 Subject: 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 Message-Id: <11e818d38ebc40e986cfa62dd7d0afdc@tpw09926dag18e.domain1.systemhost.net> Signed-off-by: Paolo Bonzini Signed-off-by: tony.nguyen@bt.com --- target/sparc/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/sparc') diff --git a/target/sparc/cpu.h b/target/sparc/cpu.h index 0d5b01e..694d713 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 -- cgit v1.1