Re: [PATCH] powerpc/mm: Fix switch_mmu_context to iterate of the proper list of cpus

2009-08-05 Thread Josh Boyer
On Wed, Aug 05, 2009 at 10:52:22PM +1000, Michael Ellerman wrote: >On Wed, 2009-08-05 at 07:32 -0400, Josh Boyer wrote: >> On Tue, Aug 04, 2009 at 10:33:32PM -0500, Kumar Gala wrote: >> >Introduced a temporary variable into our iterating over the list cpus >> >that are threads on the same core. Fo

Re: [PATCH] powerpc/mm: Fix switch_mmu_context to iterate of the proper list of cpus

2009-08-05 Thread Michael Ellerman
On Wed, 2009-08-05 at 07:32 -0400, Josh Boyer wrote: > On Tue, Aug 04, 2009 at 10:33:32PM -0500, Kumar Gala wrote: > >Introduced a temporary variable into our iterating over the list cpus > >that are threads on the same core. For some reason Ben forgot how for > >loops work. > > Have the powerpoi

Re: [PATCH] powerpc/mm: Fix switch_mmu_context to iterate of the proper list of cpus

2009-08-05 Thread Josh Boyer
On Tue, Aug 04, 2009 at 10:33:32PM -0500, Kumar Gala wrote: >Introduced a temporary variable into our iterating over the list cpus >that are threads on the same core. For some reason Ben forgot how for >loops work. Have the powerpoint demons corrupted him already?? josh _

[PATCH] powerpc/mm: Fix switch_mmu_context to iterate of the proper list of cpus

2009-08-04 Thread Kumar Gala
Introduced a temporary variable into our iterating over the list cpus that are threads on the same core. For some reason Ben forgot how for loops work. Signed-off-by: Kumar Gala --- arch/powerpc/mm/mmu_context_nohash.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --g