On Tue, 2007-07-03 at 19:58 +0100, Hugh Dickins wrote:
> On Tue, 3 Jul 2007, Martin Schwidefsky wrote:
> > +
> > +static inline struct mmu_gather *tlb_gather_mmu(struct mm_struct *mm,
> > + unsigned int full_mm_flush)
> > +{
> > + struct mmu_gather *tlb =
On Tue, 3 Jul 2007, Martin Schwidefsky wrote:
> +
> +static inline struct mmu_gather *tlb_gather_mmu(struct mm_struct *mm,
> + unsigned int full_mm_flush)
> +{
> + struct mmu_gather *tlb = &get_cpu_var(mmu_gathers);
> +
> + tlb->mm = mm;
> + t
2 matches
Mail list logo