lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1408037251-45918-1-git-send-email-Waiman.Long@hp.com> Date: Thu, 14 Aug 2014 13:27:29 -0400 From: Waiman Long <Waiman.Long@...com> To: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...nel.org>, "H. Peter Anvin" <hpa@...or.com>, x86@...nel.org Cc: linux-kernel@...r.kernel.org, Peter Zijlstra <peterz@...radead.org>, Scott J Norton <scott.norton@...com>, Waiman Long <Waiman.Long@...com> Subject: [PATCH 0/2] rwlock, x86: remove unused rwlock code 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@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists