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)
__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>

No differences found