Alexander Graf 2e602847d9 KVM: PPC: Don't flush PTEs on NX/RO hit
When hitting a no-execute or read-only data/inst storage interrupt we were
flushing the respective PTE so we're sure it gets properly overwritten next.

According to the spec, this is unnecessary though. The guest issues a tlbie
anyways, so we're safe to just keep the PTE around and have it manually removed
from the guest, saving us a flush.

Signed-off-by: Alexander Graf <agraf@suse.de>
2010-10-24 10:52:06 +02:00
..
2010-10-24 10:50:43 +02:00
2010-10-24 10:50:42 +02:00
2010-05-17 12:18:17 +03:00
2010-10-24 10:50:43 +02:00
2010-10-24 10:50:42 +02:00