xen: use normal virt_to_machine for ptes
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 22 Dec 2010 21:09:40 +0000 (13:09 -0800)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Fri, 20 May 2011 21:25:24 +0000 (14:25 -0700)
commitd5108316b894a172f891795dbad4975ab7ed7a41
tree9e0d33b13739db6340b2c5ff878fa8a72296b75b
parent4c13629f816b1aeff92971a40819b4c25b0622f5
xen: use normal virt_to_machine for ptes

We no longer support HIGHPTE allocations, so ptes should always be
within the kernel's direct map, and don't need pagetable walks
to convert to machine addresses.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/xen/mmu.c