]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-alpha/cpu.h
Move interrupt_request and user_mode_only to common cpu state.
[mirror_qemu.git] / target-alpha / cpu.h
index bdd0ae61245001dba22dd1747b341570f840ff4c..3d39888ae95dab794a6b7b03e7dc222bd31aa783 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;