..@ozlabs.org; Liu Yu-B13201
> Subject: Re: [PATCH] kvm/powerpc: fix a build error in e500_tlb.c
>
>
> On 03.06.2010, at 07:52, Kevin Hao wrote:
>
> > We use the wrong number arguments when invoking
> trace_kvm_stlb_inval,
> > and cause the following build
On 03.06.2010, at 07:52, Kevin Hao wrote:
> We use the wrong number arguments when invoking trace_kvm_stlb_inval,
> and cause the following build error.
> arch/powerpc/kvm/e500_tlb.c: In function 'kvmppc_e500_stlbe_invalidate':
> arch/powerpc/kvm/e500_tlb.c:230: error: too many arguments to funct
We use the wrong number arguments when invoking trace_kvm_stlb_inval,
and cause the following build error.
arch/powerpc/kvm/e500_tlb.c: In function 'kvmppc_e500_stlbe_invalidate':
arch/powerpc/kvm/e500_tlb.c:230: error: too many arguments to function
'trace_kvm_stlb_inval'
Signed-off-by: Kevin Ha