locking: Move the rwsem code to kernel/locking/
authorPeter Zijlstra <peterz@infradead.org>
Thu, 31 Oct 2013 17:19:28 +0000 (18:19 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 6 Nov 2013 08:24:18 +0000 (09:24 +0100)
commited428bfc3caaa4b1e6cd15ea12c90c30291903f0
tree7e69731ab4951cb9473e96b2fd4b743321c6d770
parent1696a8bee390929fed05c6297164816ae2ced280
locking: Move the rwsem code to kernel/locking/

Notably: changed lib/rwsem* targets from lib- to obj-, no idea about
the ramifications of that.

Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-g0kynfh5feriwc6p3h6kpbw6@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/Makefile
kernel/locking/Makefile
kernel/locking/rwsem-spinlock.c [moved from lib/rwsem-spinlock.c with 100% similarity]
kernel/locking/rwsem-xadd.c [moved from lib/rwsem.c with 100% similarity]
kernel/locking/rwsem.c [moved from kernel/rwsem.c with 100% similarity]
lib/Makefile