KVM: MMU: Fix oopses with SLUB
authorAvi Kivity <avi@qumranet.com>
Fri, 20 Jul 2007 05:18:27 +0000 (08:18 +0300)
committerAvi Kivity <avi@qumranet.com>
Fri, 20 Jul 2007 17:23:59 +0000 (20:23 +0300)
The kvm mmu uses page->private on shadow page tables; so does slub, and
an oops result.  Fix by allocating regular pages for shadows instead of
using slub.

Tested-by: S.Çağlar Onur <caglar@pardus.org.tr>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found