commit | 52435b7c7a29f7dd7947c8c204494d7f52f14813 | [log] [tgz] |
---|---|---|
author | Hollis Blanchard <hollisb@us.ibm.com> | Wed May 21 18:22:53 2008 -0500 |
committer | Avi Kivity <avi@qumranet.com> | Fri Jun 06 21:22:25 2008 +0300 |
tree | 78a5a15b8b3a738595c476f616ee02a73c29fe68 | |
parent | ac3cd34e4eb9e3dccaec8e586c073ba2660b322f [diff] |
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>