Skip to content

Commit

Permalink
locking: Move the semaphore core to kernel/locking/
Browse files Browse the repository at this point in the history
Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-vmw5sf6vzmua1z6nx1cg69h2@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 60fc287 commit e25a64c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ obj-y = fork.o exec_domain.o panic.o \
signal.o sys.o kmod.o workqueue.o pid.o task_work.o \
extable.o params.o posix-timers.o \
kthread.o sys_ni.o posix-cpu-timers.o \
hrtimer.o rwsem.o nsproxy.o semaphore.o \
hrtimer.o rwsem.o nsproxy.o \
notifier.o ksysfs.o cred.o reboot.o \
async.o range.o groups.o lglock.o smpboot.o

Expand Down
2 changes: 1 addition & 1 deletion kernel/locking/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

obj-y += mutex.o
obj-y += mutex.o semaphore.o

ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_lockdep.o = -pg
Expand Down
File renamed without changes.

0 comments on commit e25a64c

Please sign in to comment.