From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754502AbaHNR1z (ORCPT ); Thu, 14 Aug 2014 13:27:55 -0400 Received: from g2t1383g.austin.hp.com ([15.217.136.92]:21630 "EHLO g2t1383g.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752833AbaHNR1x (ORCPT ); Thu, 14 Aug 2014 13:27:53 -0400 From: Waiman Long To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Scott J Norton , Waiman Long Subject: [PATCH 0/2] rwlock, x86: remove unused rwlock code Date: Thu, 14 Aug 2014 13:27:29 -0400 Message-Id: <1408037251-45918-1-git-send-email-Waiman.Long@hp.com> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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