Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754719Ab0D1NXk (ORCPT ); Wed, 28 Apr 2010 09:23:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38964 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753218Ab0D1NXR (ORCPT ); Wed, 28 Apr 2010 09:23:17 -0400 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: <1272451837-17961-1-git-send-email-peter.fritzsche@gmx.de> References: <1272451837-17961-1-git-send-email-peter.fritzsche@gmx.de> To: Peter Fritzsche Cc: dhowells@redhat.com, Koichi Yasutake , Ingo Molnar , Remis Lima Baima , Arnd Bergmann , linux-am33-list@redhat.com, linux-kernel@vger.kernel.org, Keith M Wesolowski Subject: Re: [PATCH 1/2] mn10300: Don't warn that atomic_t is only 24 bit Date: Wed, 28 Apr 2010 14:22:15 +0100 Message-ID: <12704.1272460935@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1025 Lines: 23 Peter Fritzsche wrote: > 32-bit Sparc used to only allow usage of 24-bit of it's atomic_t type. > This was corrected with linux 2.6.3 when Keith M Wesolowski changed the > implementation to use the parisc approach of having an array of > spinlocks to protect the atomic_t. > > These warnings were also removed from the sparc implementation when the > new implementation was merged in BKrev:402e4949VThdc6D3iaosSFUgabMfvw, > but the warning still remained in some other places without any > 24-bit-only atomic_t implementation inside the kernel. > > We should remove these warnings to allow users to rely on the full > 32-bit range of atomic_t. > > Signed-off-by: Peter Fritzsche Acked-by: David Howells -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/