mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] rwlock, x86: remove unused rwlock code
@ 2014-08-14 17:27 Waiman Long
  2014-08-14 17:27 ` [PATCH 1/2] rwlock, x86: clean up asm/spinlock*.h to remove old " Waiman Long
  2014-08-14 17:27 ` [PATCH 2/2] rwlock, x86: delete unused asm/rwlock.h and rwlock.S Waiman Long
  0 siblings, 2 replies; 5+ messages in thread
From: Waiman Long @ 2014-08-14 17:27 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86
  Cc: linux-kernel, Peter Zijlstra, Scott J Norton, Waiman Long

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-10 17:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14 17:27 [PATCH 0/2] rwlock, x86: remove unused rwlock code Waiman Long
2014-08-14 17:27 ` [PATCH 1/2] rwlock, x86: clean up asm/spinlock*.h to remove old " Waiman Long
2014-09-10 17:31   ` [tip:locking/core] locking/rwlock, x86: Clean up asm/ spinlock*.h " tip-bot for Waiman Long
2014-08-14 17:27 ` [PATCH 2/2] rwlock, x86: delete unused asm/rwlock.h and rwlock.S Waiman Long
2014-09-10 17:32   ` [tip:locking/core] locking/rwlock, x86: Delete unused asm/ rwlock.h " tip-bot for Waiman Long

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome