[PATCH 2 of 4] paravirt: add hooks for ptep_modify_prot_start/commit

2008-06-16 Thread Jeremy Fitzhardinge
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 [EMAIL PROTECTED] --- arch/x86/kernel/paravirt.c |3 +++

Re: [PATCH 2 of 4] paravirt: add hooks for ptep_modify_prot_start/commit

2008-06-02 Thread Jeremy Fitzhardinge
Ingo Molnar wrote: * Jeremy Fitzhardinge [EMAIL PROTECTED] wrote: +#define __HAVE_ARCH_PTEP_MODIFY_PROT_TRANSACTION please turn this into CONFIG_ARCH_HAS_PTEP_MODIFY_PROT_TRANSACTION instead. The __HAVE_ARCH_ form is consistent with all the other conditional things in