commit | d5108316b894a172f891795dbad4975ab7ed7a41 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Wed Dec 22 13:09:40 2010 -0800 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Fri May 20 14:25:24 2011 -0700 |
tree | 9e0d33b13739db6340b2c5ff878fa8a72296b75b | |
parent | 4c13629f816b1aeff92971a40819b4c25b0622f5 [diff] |
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>