]> git.proxmox.com Git - qemu.git/commit
target-sparc: Do not check CPU_INTERRUPT_TIMER.
authorRichard Henderson <rth@twiddle.net>
Wed, 4 May 2011 20:34:27 +0000 (13:34 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 8 May 2011 16:55:23 +0000 (16:55 +0000)
commit78aa29e4b8b0df716a25edc689cf24c7b5b424fe
treee020c5601e1d3d853230346696a4f224ab292827
parentce0c6930cc2c199eee2d391e23759204a235b162
target-sparc: Do not check CPU_INTERRUPT_TIMER.

This bit is never set, therefore we should not read it either.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-exec.c