Move interrupt_request and user_mode_only to common cpu state.
[qemu] / target-sh4 / cpu.h
index 014ecd3..9dbadf4 100644 (file)
@@ -114,8 +114,6 @@ typedef struct CPUSH4State {
     uint32_t expevt;           /* exception event register */
     uint32_t intevt;           /* interrupt event register */
 
-    int user_mode_only;
-    int interrupt_request;
      CPU_COMMON tlb_t utlb[UTLB_SIZE]; /* unified translation table */
     tlb_t itlb[ITLB_SIZE];     /* instruction translation table */
     void *intc_handle;