Skip to content

Commit

Permalink
locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.S
Browse files Browse the repository at this point in the history
This patch removes the unused asm/rwlock.h and rwlock.S files.

Signed-off-by: Waiman Long <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Cc: Scott J Norton <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Francesco Fusco <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Thomas Graf <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
longman88 authored and Ingo Molnar committed Sep 10, 2014
1 parent 2ff810a commit 6157c7e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 94 deletions.
49 changes: 0 additions & 49 deletions arch/x86/include/asm/rwlock.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/x86/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ lib-y := delay.o misc.o cmdline.o
lib-y += thunk_$(BITS).o
lib-y += usercopy_$(BITS).o usercopy.o getuser.o putuser.o
lib-y += memcpy_$(BITS).o
lib-$(CONFIG_SMP) += rwlock.o
lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o
lib-$(CONFIG_INSTRUCTION_DECODER) += insn.o inat.o

Expand Down
44 changes: 0 additions & 44 deletions arch/x86/lib/rwlock.S

This file was deleted.

0 comments on commit 6157c7e

Please sign in to comment.