commit | 67050b5c3e9992d98554bd224d5a7898cc4881ff | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Aug 04 22:33:32 2009 -0500 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:25:12 2009 +1000 |
tree | 296c4d21e193c22e3e31f01799c0048f45df41c7 | |
parent | af984b816530b4725b92e01ecfba7c5e3eab910d [diff] |
powerpc/mm: Fix switch_mmu_context to iterate of the proper list of cpus 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 <galak@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>