[PATCH 0/2] rwlock, x86: remove unused rwlock code

From: Waiman Long
Date: Thu Aug 14 2014 - 13:27:58 EST


As the queued rwlock has replaced the original rwlock code for the
x86 architecture, this patch set removes those unused code to make
the header files look cleaner and less confusing.

Waiman Long (2):
rwlock, x86: clean up asm/spinlock*.h to remove old rwlock code
rwlock, x86: delete unused asm/rwlock.h and rwlock.S

arch/x86/include/asm/rwlock.h | 49 --------------------
arch/x86/include/asm/spinlock.h | 81 +--------------------------------
arch/x86/include/asm/spinlock_types.h | 4 --
arch/x86/lib/Makefile | 1 -
arch/x86/lib/rwlock.S | 44 ------------------
5 files changed, 2 insertions(+), 177 deletions(-)
delete mode 100644 arch/x86/include/asm/rwlock.h
delete mode 100644 arch/x86/lib/rwlock.S

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/