mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target-i386: Remove redundant HF_SOFTMMU_MASK
'HF_SOFTMMU_MASK' is only set when 'CONFIG_SOFTMMU' is defined. So there's no need in this flag: test 'CONFIG_SOFTMMU' instead. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com> Signed-off-by: Sergey Fedorov <sergey.fedorov@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20160715175852.30749-6-sergey.fedorov@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e1123a3b40
commit
da6d48e334
3 changed files with 4 additions and 14 deletions
|
@ -2725,9 +2725,6 @@ static void x86_cpu_reset(CPUState *s)
|
|||
|
||||
/* init to reset state */
|
||||
|
||||
#ifdef CONFIG_SOFTMMU
|
||||
env->hflags |= HF_SOFTMMU_MASK;
|
||||
#endif
|
||||
env->hflags2 |= HF2_GIF_MASK;
|
||||
|
||||
cpu_x86_update_cr0(env, 0x60000010);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue