Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 160815
b: refs/heads/master
c: 9a45f02
h: refs/heads/master
i:
  160813: e72e76c
  160811: 66e2409
  160807: 2f66130
  160799: 5c5892b
v: v3
  • Loading branch information
Catalin Marinas committed Jul 24, 2009
1 parent 884c0ef commit d8b5542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09529f7a1a010cc364267fc5895a71c3853eb82c
refs/heads/master: 9a45f026bb3ba720765d46f62f5c464d3317a8ab
2 changes: 2 additions & 0 deletions trunk/arch/arm/include/asm/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ static inline void check_context(struct mm_struct *mm)

static inline void check_context(struct mm_struct *mm)
{
#ifdef CONFIG_MMU
if (unlikely(mm->context.kvm_seq != init_mm.context.kvm_seq))
__check_kvm_seq(mm);
#endif
}

#define init_new_context(tsk,mm) 0
Expand Down

0 comments on commit d8b5542

Please sign in to comment.