diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-07-28 12:10:28 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-29 08:25:45 -0500 |
commit | 332ae28dad2d4f155e1ad82bf89a605c2b2710ba (patch) | |
tree | ac07d458d03cab7138e2f98dc0ddc0d0028c963a /cpu-common.h | |
parent | 3d3b8303c6f83b9b245bc774af530a6403cc4ce6 (diff) | |
download | qemu-332ae28dad2d4f155e1ad82bf89a605c2b2710ba.tar.gz qemu-332ae28dad2d4f155e1ad82bf89a605c2b2710ba.tar.bz2 qemu-332ae28dad2d4f155e1ad82bf89a605c2b2710ba.zip |
move WORDS_ALIGNED to qemu-common.h
This is not a CPU interface, and a configure test would not be too
precise. So just add it to qemu-common.h.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'cpu-common.h')
-rw-r--r-- | cpu-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu-common.h b/cpu-common.h index 44b04b3839..16c9f4f487 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -3,10 +3,6 @@ /* CPU interfaces that are target indpendent. */ -#if defined(__arm__) || defined(__sparc__) || defined(__mips__) || defined(__hppa__) || defined(__ia64__) -#define WORDS_ALIGNED -#endif - #ifdef TARGET_PHYS_ADDR_BITS #include "targphys.h" #endif |