Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275496
b: refs/heads/master
c: 5c20019
h: refs/heads/master
v: v3
  • Loading branch information
Maksim Rayskiy authored and Ralf Baechle committed Nov 10, 2011
1 parent 2cc787b commit 36e7559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2f909419b72cf043814bf17b96c93d4695378a1
refs/heads/master: 5c200197130e307de6eba72fc335c83c9dd6a5bc
3 changes: 2 additions & 1 deletion trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,8 @@ void __cpuinit per_cpu_trap_init(void)
}
#endif /* CONFIG_MIPS_MT_SMTC */

cpu_data[cpu].asid_cache = ASID_FIRST_VERSION;
if (!cpu_data[cpu].asid_cache)
cpu_data[cpu].asid_cache = ASID_FIRST_VERSION;

atomic_inc(&init_mm.mm_count);
current->active_mm = &init_mm;
Expand Down

0 comments on commit 36e7559

Please sign in to comment.