Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18361
b: refs/heads/master
c: cfbb142
h: refs/heads/master
i:
  18359: e097cdf
v: v3
  • Loading branch information
Jack Steiner authored and Tony Luck committed Jan 13, 2006
1 parent 65452b7 commit 15160b6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 17e8ce0e9417eee1f57f9b3d4aad168425e043c3
refs/heads/master: cfbb1426bd76c4ba6ec4491c8df2a5dd3d984750
2 changes: 1 addition & 1 deletion trunk/arch/ia64/mm/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ia64_global_tlb_purge (struct mm_struct *mm, unsigned long start,
{
static DEFINE_SPINLOCK(ptcg_lock);

if (mm != current->active_mm) {
if (mm != current->active_mm || !current->mm) {
flush_tlb_all();
return;
}
Expand Down

0 comments on commit 15160b6

Please sign in to comment.