diff options
Diffstat (limited to 'target/xtensa/cpu-param.h')
-rw-r--r-- | target/xtensa/cpu-param.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/xtensa/cpu-param.h b/target/xtensa/cpu-param.h index 0000725..7a0c22c 100644 --- a/target/xtensa/cpu-param.h +++ b/target/xtensa/cpu-param.h @@ -8,7 +8,6 @@ #ifndef XTENSA_CPU_PARAM_H #define XTENSA_CPU_PARAM_H -#define TARGET_LONG_BITS 32 #define TARGET_PAGE_BITS 12 #define TARGET_PHYS_ADDR_SPACE_BITS 32 #ifdef CONFIG_USER_ONLY @@ -17,7 +16,6 @@ #define TARGET_VIRT_ADDR_SPACE_BITS 32 #endif -/* Xtensa processors have a weak memory model */ -#define TCG_GUEST_DEFAULT_MO (0) +#define TARGET_INSN_START_EXTRA_WORDS 0 #endif |