]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: hold BQL for timer interrupts
authorYongbok Kim <yongbok.kim@imgtec.com>
Fri, 3 Mar 2017 11:20:21 +0000 (11:20 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 9 Mar 2017 10:41:48 +0000 (10:41 +0000)
commitd394698d73836d1c50545bdb32dc58d09708fcfb
tree2b0516e6aaca14a069bf710bfed8ef119124adf4
parentd8b2239bcd8872a5c5f7534d1658fc2365caab2d
target/mips: hold BQL for timer interrupts

Hold BQL when accessing timer which can cause interrupts

Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
target/mips/op_helper.c