From owner-cvs-all@FreeBSD.ORG Fri May 21 18:28:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4525516A4CE; Fri, 21 May 2004 18:28:22 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C8B43D1F; Fri, 21 May 2004 18:28:21 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i4M1XBa4046793; Fri, 21 May 2004 19:33:12 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40AEAC72.3030508@freebsd.org> Date: Fri, 21 May 2004 19:27:14 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marius Strobl References: <200405220052.i4M0qGs8027965@repoman.freebsd.org> <20040522025806.A1600@newtrinity.zeist.de> In-Reply-To: <20040522025806.A1600@newtrinity.zeist.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: mtm@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sparc64/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 01:28:22 -0000 Marius Strobl wrote: > On Fri, May 21, 2004 at 05:52:16PM -0700, Marius Strobl wrote: > >>marius 2004/05/21 17:52:16 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/sparc64/include atomic.h >> Log: >> Use unsigned types for the arguments of the atomic(9) operations, >> like described in the man page and done on all other architectures. >> > > > This fixes the current build problems of libthr on sparc64 but the > libthr code shouldn't rely on the integer-type of enums. > Thanks a lot for fixing this. I was just starting to take a look at it. Scott