]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: MMU: Fix cleaning up the shadow page allocation cache
authorAvi Kivity <avi@qumranet.com>
Sat, 21 Jul 2007 06:06:46 +0000 (09:06 +0300)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 21 Jul 2007 06:48:47 +0000 (23:48 -0700)
commitc4d198d5183ec7bbf8b53216cfc5ded7ebb0ec0c
tree7b86e7959f607f1f5015a498515392d8fa480f83
parent5c4c1489b93c9dc51cc6e97fd73e325ce94983c0
KVM: MMU: Fix cleaning up the shadow page allocation cache

__free_page() wants a struct page, not a virtual address.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/kvm/mmu.c