Re: [PATCH 2/3] kvm: use this_cpu_xxx replace percpu_xxx funcs

From: Alex,Shi
Date: Mon Nov 21 2011 - 04:53:09 EST


> > > > > percpu_xxx funcs are duplicated with this_cpu_xxx funcs, so replace them
> > > > > for further code clean up.
> > > > >
> > > > > And in preempt safe scenario, __this_cpu_xxx funcs has a bit better
> > > > > performance since __this_cpu_xxx has no redundant preempt_disable()
> > > > >
> > > >
> > > > Avi:
> > > > Would you like to give some comments of this?
> > > >
> > >
> > > Sorry, was travelling:
> > >
> > > Acked-by: Avi Kivity <avi@xxxxxxxxxx>
> > >
> >
> > And this one, picking up or comments are all appreciated. :)
>
> Just to be clear, you want this applied in kvm.git?
>


Glad to be there! :)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/