Mark Cave-Ayland 52d631dcc7 PPC: Fix TLB invalidation bug within the PPC interrupt handler.
Commit 41557447d30eeb944e42069513df13585f5e6c7f also introduced a subtle TLB
flush bug. By applying a mask to the interrupt MSR which cleared the IR/DR
bits at the start of the interrupt handler, the logic towards the end of the
handler to force a TLB flush if either one of these bits were set would never
be triggered.

This patch simply changes the IR/DR bit check in the TLB flush logic to use
the original MSR value (albeit with some interrupt-specific bits cleared) so
that the IR/DR bits are preserved at the point where the check takes place.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2012-04-15 17:07:19 +02:00
2012-04-13 09:57:36 +01:00
2012-04-02 15:04:15 -05:00
2012-04-12 19:01:42 -03:00
2012-04-06 19:25:57 +03:00
2012-03-27 09:15:52 -03:00
2012-04-02 15:04:15 -05:00
2012-04-12 19:01:41 -03:00
2012-04-07 14:00:45 +00:00
2012-04-05 14:54:40 +02:00
2012-03-30 08:14:11 -05:00
2012-03-30 08:14:11 -05:00
2012-04-01 20:30:23 +02:00
2012-04-06 19:25:57 +03:00
2012-04-09 14:35:25 -03:00
2012-04-09 14:35:25 -03:00
2012-04-09 14:35:25 -03:00
2012-03-19 15:17:21 +02:00
2012-04-12 19:01:41 -03:00
2012-04-12 19:01:41 -03:00
2012-03-27 09:15:28 -03:00
2012-04-07 14:00:45 +00:00
2012-04-09 14:35:25 -03:00
2012-04-05 14:54:41 +02:00
2012-04-07 14:00:45 +00:00
2012-03-30 08:14:11 -05:00
2012-03-30 08:14:11 -05:00
2012-04-05 14:54:40 +02:00
2012-04-05 14:54:40 +02:00
2012-04-09 14:35:25 -03:00
2012-04-03 09:34:34 +01:00
2012-03-30 08:14:11 -05:00
2012-03-30 08:14:11 -05:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%