Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31776
b: refs/heads/master
c: 9cebb55
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jul 3, 2006
1 parent 128eae2 commit 84e53e4
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: 9a11b49a805665e13a56aa067afaf81d43ec1514
refs/heads/master: 9cebb5526833059f327d237a032422c762378b2a
2 changes: 1 addition & 1 deletion trunk/kernel/mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ static inline int __mutex_trylock_slowpath(atomic_t *lock_count)
* This function must not be used in interrupt context. The
* mutex must be released by the same task that acquired it.
*/
int fastcall mutex_trylock(struct mutex *lock)
int fastcall __sched mutex_trylock(struct mutex *lock)
{
return __mutex_fastpath_trylock(&lock->count,
__mutex_trylock_slowpath);
Expand Down

0 comments on commit 84e53e4

Please sign in to comment.