diff options
author | 2013-01-21 15:53:51 +0000 | |
---|---|---|
committer | 2013-01-25 22:02:56 +0100 | |
commit | f40c360c0da020a1a478f8e60dd205d7412bc315 (patch) | |
tree | 766cc08a70af14c73a97367e7499961f7c9de785 /target-openrisc/exception_helper.c | |
parent | pseries: Adjust default VIO address allocations to play better with libvirt (diff) | |
download | qemu-f40c360c0da020a1a478f8e60dd205d7412bc315.tar.xz qemu-f40c360c0da020a1a478f8e60dd205d7412bc315.zip |
openpic: fix remaining issues from idr-to-destmask conversion
openpic_update_irq() was checking idr rather than destmask, treating
it as if it were a simple bitmap of cpus. Changed to use destmask.
IPI delivery was removing bits directly from .idr, without calling
write_IRQreg_idr so that the change could be conveyed to destmask.
Changed to use destmask directly.
Save/restore destmask when serializing, as due to the IPI change it
cannot be reproduced from idr.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-openrisc/exception_helper.c')
0 files changed, 0 insertions, 0 deletions