diff options
author | Tony Luck <tony.luck@intel.com> | 2005-11-10 13:39:49 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-11-10 13:39:49 -0500 |
commit | 7669a22592fc6cc7ac03f55a7db8d23ce938f1dc (patch) | |
tree | 4e83ba401350c3c35689fc84f1c3af81c07b3f88 /include/asm-ia64/tlbflush.h | |
parent | cb8a55e4cda017ed37a3ee051365f33a86956312 (diff) | |
parent | 58cd90829918dabbd81a453de676d41fb7b628ad (diff) |
Pull context-bitmap into release branch
Diffstat (limited to 'include/asm-ia64/tlbflush.h')
-rw-r--r-- | include/asm-ia64/tlbflush.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/tlbflush.h b/include/asm-ia64/tlbflush.h index b65c62702724..a35b323bae4c 100644 --- a/include/asm-ia64/tlbflush.h +++ b/include/asm-ia64/tlbflush.h | |||
@@ -51,6 +51,7 @@ flush_tlb_mm (struct mm_struct *mm) | |||
51 | if (!mm) | 51 | if (!mm) |
52 | return; | 52 | return; |
53 | 53 | ||
54 | set_bit(mm->context, ia64_ctx.flushmap); | ||
54 | mm->context = 0; | 55 | mm->context = 0; |
55 | 56 | ||
56 | if (atomic_read(&mm->mm_users) == 0) | 57 | if (atomic_read(&mm->mm_users) == 0) |