diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2015-11-23 18:36:16 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2016-09-22 15:25:56 +0200 |
| commit | d32cdbfb0ba319e44f75437afde868f7cafdc467 (patch) | |
| tree | f268d6a9e22edbebdfb9701e10db788caa0b4151 /kernel/locking/Makefile | |
| parent | stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock() (diff) | |
| download | linux-d32cdbfb0ba319e44f75437afde868f7cafdc467.tar.gz linux-d32cdbfb0ba319e44f75437afde868f7cafdc467.zip | |
locking/lglock: Remove lglock implementation
It is now unused, remove it before someone else thinks its a good idea
to use this.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/locking/Makefile')
| -rw-r--r-- | kernel/locking/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/locking/Makefile b/kernel/locking/Makefile index 31322a4275cd..6f88e352cd4f 100644 --- a/kernel/locking/Makefile +++ b/kernel/locking/Makefile @@ -18,7 +18,6 @@ obj-$(CONFIG_LOCKDEP) += lockdep_proc.o endif obj-$(CONFIG_SMP) += spinlock.o obj-$(CONFIG_LOCK_SPIN_ON_OWNER) += osq_lock.o -obj-$(CONFIG_SMP) += lglock.o obj-$(CONFIG_PROVE_LOCKING) += spinlock.o obj-$(CONFIG_QUEUED_SPINLOCKS) += qspinlock.o obj-$(CONFIG_RT_MUTEXES) += rtmutex.o |
