diff options
author | Peter Zijlstra <peterz@infradead.org> | 2013-10-31 18:15:36 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-11-06 07:55:21 +0100 |
commit | 60fc28746a7b61775ae28950ddf7a4ac15955639 (patch) | |
tree | 427ff89f3beaeca421ca25bbfd7c882c0b0c736b /lib/Makefile | |
parent | 8eddac3f103736163f49255bcb109edadea167f6 (diff) | |
download | linux-exynos-60fc28746a7b61775ae28950ddf7a4ac15955639.tar.gz linux-exynos-60fc28746a7b61775ae28950ddf7a4ac15955639.tar.bz2 linux-exynos-60fc28746a7b61775ae28950ddf7a4ac15955639.zip |
locking: Move the spinlock 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-b81ol0z3mon45m51o131yc9j@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index f3bb2cb98adf..bee27e1d3431 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -42,7 +42,6 @@ obj-$(CONFIG_GENERIC_PCI_IOMAP) += pci_iomap.o obj-$(CONFIG_HAS_IOMEM) += iomap_copy.o devres.o obj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o obj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o -obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock_debug.o lib-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o lib-$(CONFIG_PERCPU_RWSEM) += percpu-rwsem.o |