Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e25a64c4 authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar
Browse files

locking: Move the semaphore core to kernel/locking/

parent 60fc2874
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line

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

ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_lockdep.o = -pg
+0 −0

File moved.