From: Kumar Gala Date: Wed, 5 Aug 2009 03:33:32 +0000 (-0500) Subject: powerpc/mm: Fix switch_mmu_context to iterate of the proper list of cpus X-Git-Tag: v2.6.32-rc1~675^2~85 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67050b5c3e9992d98554bd224d5a7898cc4881ff;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed