Merge branch 'topic/usb-audio' into for-linus
[pandora-kernel.git] / arch / powerpc / mm / mmu_context_nohash.c
index 92a1971..b1a727d 100644 (file)
@@ -217,6 +217,7 @@ void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next)
                        id = steal_context_smp(id);
                        if (id == MMU_NO_CONTEXT)
                                goto again;
+                       goto stolen;
                }
 #endif /* CONFIG_SMP */
                id = steal_context_up(id);