diff options
-rw-r--r-- | cpu-common.h | 8 | ||||
-rw-r--r-- | hw/hw.h | 2 | ||||
-rw-r--r-- | poison.h (renamed from hw/poison.h) | 0 |
3 files changed, 8 insertions, 2 deletions
diff --git a/cpu-common.h b/cpu-common.h index ce0221b..b730ca0 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -7,6 +7,14 @@ #define WORDS_ALIGNED #endif +#ifdef TARGET_PHYS_ADDR_BITS +#include "targphys.h" +#endif + +#ifndef NEED_CPU_H +#include "poison.h" +#endif + #include "bswap.h" #include "qemu-queue.h" @@ -5,8 +5,6 @@ #include "qemu-common.h" #if defined(TARGET_PHYS_ADDR_BITS) && !defined(NEED_CPU_H) -#include "targphys.h" -#include "poison.h" #include "cpu-common.h" #endif |