On Tue, Sep 23, 2014 at 10:58 AM, Andres Lagar-Cavilla
<andre...@google.com> wrote:
> After "kvm: Fix page ageing bugs"
>
> Signed-off-by: Andres Lagar-Cavilla <andre...@google.com>

I can resend without the 1/2 (git n00b growing pains). Otherwise that
should fix the kbuild error. Apologies for that.
Andres

> ---
>  arch/powerpc/include/asm/kvm_ppc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/include/asm/kvm_ppc.h 
> b/arch/powerpc/include/asm/kvm_ppc.h
> index fb86a22..d4a92d7 100644
> --- a/arch/powerpc/include/asm/kvm_ppc.h
> +++ b/arch/powerpc/include/asm/kvm_ppc.h
> @@ -243,7 +243,7 @@ struct kvmppc_ops {
>         int (*unmap_hva)(struct kvm *kvm, unsigned long hva);
>         int (*unmap_hva_range)(struct kvm *kvm, unsigned long start,
>                            unsigned long end);
> -       int (*age_hva)(struct kvm *kvm, unsigned long hva);
> +       int (*age_hva)(struct kvm *kvm, unsigned long start, unsigned long 
> end);
>         int (*test_age_hva)(struct kvm *kvm, unsigned long hva);
>         void (*set_spte_hva)(struct kvm *kvm, unsigned long hva, pte_t pte);
>         void (*mmu_destroy)(struct kvm_vcpu *vcpu);
> --
> 2.1.0.rc2.206.gedb03e5
>



-- 
Andres Lagar-Cavilla | Google Kernel Team | andre...@google.com
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to