Skip to content

Commit

Permalink
locking/lglock: Remove lglock implementation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Sep 22, 2016
1 parent e625397 commit d32cdbf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 332 deletions.
166 changes: 0 additions & 166 deletions Documentation/locking/lglock.txt

This file was deleted.

76 changes: 0 additions & 76 deletions include/linux/lglock.h

This file was deleted.

1 change: 0 additions & 1 deletion kernel/locking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
89 changes: 0 additions & 89 deletions kernel/locking/lglock.c

This file was deleted.

0 comments on commit d32cdbf

Please sign in to comment.