Move interrupt_request and user_mode_only to common cpu state.
[qemu] / target-alpha / cpu.h
index bdd0ae6..3d39888 100644 (file)
@@ -282,11 +282,9 @@ struct CPUAlphaState {
     /* Those resources are used only in Qemu core */
     CPU_COMMON
 
-    int user_mode_only; /* user mode only simulation */
     uint32_t hflags;
 
     int error_code;
-    int interrupt_request;
 
     uint32_t features;
     uint32_t amask;