Re: [patch 5/5] s390 tlb flush fix.

2007-07-04 Thread Martin Schwidefsky
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 =

Re: [patch 5/5] s390 tlb flush fix.

2007-07-03 Thread Hugh Dickins
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