commit | bb23e403e5162765dabe3dc78646724753d6359b | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Wed Jun 25 00:19:02 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 13:10:27 2008 +0200 |
tree | ec0e5c99079d6059694326f2fae9c862274e3c8a | |
parent | fc8b8a60ffa7c89da58c75109dacf0b2798c7caf [diff] |
x86, 64-bit: use p??_populate() to attach pages to pagetable Use the _populate() functions to attach new pages to a pagetable, to make sure the right paravirt_ops calls get called. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: xen-devel <xen-devel@lists.xensource.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>