Implment tlbiel
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 7 Mar 2009 20:52:22 +0000 (20:52 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 7 Mar 2009 20:52:22 +0000 (20:52 +0000)
commitbf14b1cef1835d176d7c247eb8094e14375b24ab
tree3128fff30cf402e76157cf2cde4bd8dbf5125838
parent5b5aba4f142b821516e1e8b08d07d0c67a229da6
Implment tlbiel

Linux uses tlbiel to flush TLB entries in PPC64 mode. This special TLB
flush opcode only flushes an entry for the CPU it runs on, not across
all CPUs in the system.

Signed-off-by: Alexander Graf <alex@csgraf.de>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6749 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/translate.c