From: Hollis Blanchard Date: Wed, 21 May 2008 23:22:53 +0000 (-0500) Subject: KVM: ppc: Remove unmatched kunmap() call X-Git-Tag: v2.6.26-rc6~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52435b7c7a29f7dd7947c8c204494d7f52f14813;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed