KVM: ppc: Remove unmatched kunmap() call
authorHollis Blanchard <hollisb@us.ibm.com>
Wed, 21 May 2008 23:22:53 +0000 (18:22 -0500)
committerAvi Kivity <avi@qumranet.com>
Fri, 6 Jun 2008 18:22:25 +0000 (21:22 +0300)
commit52435b7c7a29f7dd7947c8c204494d7f52f14813
tree78a5a15b8b3a738595c476f616ee02a73c29fe68
parentac3cd34e4eb9e3dccaec8e586c073ba2660b322f
KVM: ppc: Remove unmatched kunmap() call

We're not calling kmap() now, so we shouldn't call kunmap() either. This has no
practical effect in the non-highmem case, which is why it hasn't caused more
obvious problems.

Pointed out by Anthony Liguori.

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/powerpc/kvm/44x_tlb.c