Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147283
b: refs/heads/master
c: b09d250
h: refs/heads/master
i:
  147281: 75692a7
  147279: 9af708b
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Apr 6, 2009
1 parent d15b83c commit 7fe73c4
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: 9ab772cd535c4b256a577eae516f9c7462346b2d
refs/heads/master: b09d2501ed3d294619cbfbcf828ad39324d0e548
2 changes: 1 addition & 1 deletion trunk/kernel/mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ __mutex_lock_slowpath(atomic_t *lock_count);
*
* This function is similar to (but not equivalent to) down().
*/
void inline __sched mutex_lock(struct mutex *lock)
void __sched mutex_lock(struct mutex *lock)
{
might_sleep();
/*
Expand Down

0 comments on commit 7fe73c4

Please sign in to comment.