-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
locking: Move the mutex code to kernel/locking/
Suggested-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/n/tip-1ditvncg30dgbpvrz2bxfmke@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
- Loading branch information
Peter Zijlstra
authored and
Ingo Molnar
committed
Nov 6, 2013
1 parent
c90423d
commit 01768b4
Showing
6 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
obj-y += mutex.o | ||
|
||
ifdef CONFIG_FUNCTION_TRACER | ||
CFLAGS_REMOVE_mutex-debug.o = -pg | ||
CFLAGS_REMOVE_rtmutex-debug.o = -pg | ||
endif | ||
|
||
obj-$(CONFIG_DEBUG_MUTEXES) += mutex-debug.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.