commit | ce803e705f1cbdd2703e83061622089b5b4a5417 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Tue Jul 08 15:06:55 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jul 16 11:01:17 2008 +0200 |
tree | f6f0bb63a2062bc983ca45b823982ed1b5a3bb63 | |
parent | ebd879e397f6361727c36267a12d1650710e465a [diff] |
xen64: use arbitrary_virt_to_machine for xen_set_pmd When building initial pagetables in 64-bit kernel the pud/pmd pointer may be in ioremap/fixmap space, so we need to walk the pagetable to look up the physical address. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Stephen Tweedie <sct@redhat.com> Cc: Eduardo Habkost <ehabkost@redhat.com> Cc: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>