Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58306
b: refs/heads/master
c: 6fb43d7
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jul 9, 2007
1 parent c293bc5 commit a481d0d
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: 9c4801cebc2add1fe514bc8eb201b16372eee11a
refs/heads/master: 6fb43d7b50e49a36f8be3199141bec473e5ecb00
2 changes: 1 addition & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ extern struct mm_struct * mm_alloc(void);
extern void FASTCALL(__mmdrop(struct mm_struct *));
static inline void mmdrop(struct mm_struct * mm)
{
if (atomic_dec_and_test(&mm->mm_count))
if (unlikely(atomic_dec_and_test(&mm->mm_count)))
__mmdrop(mm);
}

Expand Down

0 comments on commit a481d0d

Please sign in to comment.