From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751843Ab1A0OzW (ORCPT ); Thu, 27 Jan 2011 09:55:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62959 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750960Ab1A0OzU (ORCPT ); Thu, 27 Jan 2011 09:55:20 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20110126195810.247325792@linutronix.de> References: <20110126195810.247325792@linutronix.de> To: Thomas Gleixner Cc: dhowells@redhat.com, LKML , Peter Zijlstra , x86@kernel.org, Benjamin Herrenschmidt , Richard Henderson , Tony Luck , Heiko Carstens , Paul Mundt , David Miller , Chris Zankel Subject: Re: [patch 0/6] rwsem: Cleanup duplicate code all over the place Date: Thu, 27 Jan 2011 14:54:15 +0000 Message-ID: <19662.1296140055@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thomas Gleixner wrote: > The archictecture specific rwsem implementations have a lot of > duplicated code. The following series cleans that up. Acked-by: David Howells to all patches in the series.