]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
target-mips: implement the CPU wake-up on non-enabled interrupts in R6
authorLeon Alrae <leon.alrae@imgtec.com>
Mon, 14 Sep 2015 12:58:24 +0000 (13:58 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Thu, 29 Oct 2015 16:16:44 +0000 (16:16 +0000)
commit7540a43a1d9de71fa7a53ccd2bb24a04e2aace41
tree50ea3690a02c798f87e8fb10cf6f2d5d8e91131c
parent71ca034a0dee69f77c8ac6ea7d21e5b6a0b0d836
target-mips: implement the CPU wake-up on non-enabled interrupts in R6

In Release 6, the behaviour of WAIT has been modified to make it a
requirement that a processor that has disabled operation as a result of
executing a WAIT will resume operation on arrival of an interrupt even if
interrupts are not enabled.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/cpu.c