Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17813
b: refs/heads/master
c: 0270664
h: refs/heads/master
i:
  17811: 7d66c78
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jan 10, 2006
1 parent 31aaa59 commit 2b8d9fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: 58dc125a66145f45f239cd78db9410062dc0bcd4
refs/heads/master: 02706647a49011ae1e7b4eca33e835d1681b094e
1 change: 0 additions & 1 deletion trunk/kernel/mutex-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,3 @@ void fastcall mutex_destroy(struct mutex *lock)
}

EXPORT_SYMBOL_GPL(mutex_destroy);

5 changes: 1 addition & 4 deletions trunk/kernel/mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ __mutex_lock_slowpath(atomic_t *lock_count __IP_DECL__)
static fastcall noinline void
__mutex_unlock_slowpath(atomic_t *lock_count __IP_DECL__)
{
struct mutex *lock = container_of(lock_count, struct mutex, count);
struct mutex *lock = container_of(lock_count, struct mutex, count);

DEBUG_WARN_ON(lock->owner != current_thread_info());

Expand Down Expand Up @@ -313,6 +313,3 @@ int fastcall mutex_trylock(struct mutex *lock)
}

EXPORT_SYMBOL(mutex_trylock);



0 comments on commit 2b8d9fd

Please sign in to comment.