diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-01 20:01:19 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-01 20:01:19 +0000 |
commit | 9656f324d25895ec16ebc5eaf624e28a96c1f1be (patch) | |
tree | 493d25a4b894fea24ee91d07efea4309044ba54c /target-sparc/cpu.h | |
parent | Fix DMA length bug seen with NetBSD (Cliff Wright) (diff) | |
download | qemu-kvm-9656f324d25895ec16ebc5eaf624e28a96c1f1be.tar.gz qemu-kvm-9656f324d25895ec16ebc5eaf624e28a96c1f1be.tar.bz2 qemu-kvm-9656f324d25895ec16ebc5eaf624e28a96c1f1be.zip |
Move interrupt_request and user_mode_only to common cpu state.
Save and restore env->interrupt_request and env->halted.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4817 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/cpu.h')
-rw-r--r-- | target-sparc/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 34a20cd2a..937ce6f96 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -215,9 +215,7 @@ typedef struct CPUSPARCState { uint32_t pil_in; /* incoming interrupt level bitmap */ int psref; /* enable fpu */ target_ulong version; - int user_mode_only; int interrupt_index; - int interrupt_request; uint32_t mmu_bm; uint32_t mmu_ctpr_mask; uint32_t mmu_cxr_mask; |