From 24caa6f8c8af9bbb9d4a9ceb082ffbd1573e2409 Mon Sep 17 00:00:00 2001 From: Huacai Chen Date: Sun, 17 Mar 2013 11:50:14 +0000 Subject: [PATCH] --- yaml --- r: 375133 b: refs/heads/master c: 224786779d04bbcd5f61eaafc86bf8fee350388a h: refs/heads/master i: 375131: b2bad1f372972e6e9d92346624e6df35f534d3a4 v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/mmu_context.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9b240c24421c..0a7010e23d99 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8759934e2b6bdb3a08a81fc14a6588f3321719b1 +refs/heads/master: 224786779d04bbcd5f61eaafc86bf8fee350388a diff --git a/trunk/arch/mips/include/asm/mmu_context.h b/trunk/arch/mips/include/asm/mmu_context.h index e81d719efcd1..49d220ccc145 100644 --- a/trunk/arch/mips/include/asm/mmu_context.h +++ b/trunk/arch/mips/include/asm/mmu_context.h @@ -133,7 +133,7 @@ init_new_context(struct task_struct *tsk, struct mm_struct *mm) { int i; - for_each_online_cpu(i) + for_each_possible_cpu(i) cpu_context(i, mm) = 0; return 0;