]> www.infradead.org Git - users/dwmw2/linux.git/commit
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>
Sun, 25 May 2008 10:34:37 +0000 (13:34 +0300)
commitc8ca7a3185b8dd73887fcbcafeeb90d0fec802b1
treec404f7f179ecc3bcf16452c596f32ae2f69dc3a3
parent00dee2e11f249f9fc0de2422feaec8c7a815798e
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