commit | 08b882c627aeeeb3cfd3c4354f0d360d7949549d | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Mon Jun 16 04:30:01 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jun 25 15:16:00 2008 +0200 |
tree | bf4a25b0bf67c8e5886425ccd9eddc436602fa21 | |
parent | 1ea0704e0da65b2b46f9142ff1391163aac24060 [diff] |
paravirt: add hooks for ptep_modify_prot_start/commit This patch adds paravirt-ops hooks in pv_mmu_ops for ptep_modify_prot_start and ptep_modify_prot_commit. This allows the hypervisor-specific backends to implement these in some more efficient way. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Acked-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>