aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/include/asm/mmu_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mmu_context.h b/arch/mips/include/asm/mmu_context.h
index e81d719efcd1..49d220ccc145 100644
--- a/arch/mips/include/asm/mmu_context.h
+++ b/arch/mips/include/asm/mmu_context.h
@@ -133,7 +133,7 @@ init_new_context(struct task_struct *tsk, struct mm_struct *mm)
133{ 133{
134 int i; 134 int i;
135 135
136 for_each_online_cpu(i) 136 for_each_possible_cpu(i)
137 cpu_context(i, mm) = 0; 137 cpu_context(i, mm) = 0;
138 138
139 return 0; 139 return 0;