From owner-svn-src-head@freebsd.org Wed Dec 20 20:47:41 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01814EA406A for ; Wed, 20 Dec 2017 20:47:41 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D89D028B7 for ; Wed, 20 Dec 2017 20:47:40 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: f8c9a010-e5c6-11e7-93a5-cd02e7dc7692 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id f8c9a010-e5c6-11e7-93a5-cd02e7dc7692; Wed, 20 Dec 2017 20:47:20 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id vBKKlWKZ001885; Wed, 20 Dec 2017 13:47:32 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1513802852.29087.29.camel@freebsd.org> Subject: Re: svn commit: r327047 - head/sys/arm/include From: Ian Lepore To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Wed, 20 Dec 2017 13:47:32 -0700 In-Reply-To: <201712202041.vBKKfpCq027531@repo.freebsd.org> References: <201712202041.vBKKfpCq027531@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 20:47:41 -0000 On Wed, 2017-12-20 at 20:41 +0000, Ian Lepore wrote: > Author: ian > Date: Wed Dec 20 20:41:51 2017 > New Revision: 327047 > URL: https://svnweb.freebsd.org/changeset/base/327047 > > Log: >   Remove arm-specific implementations of atomic_load/store_xxx() now that >   they are provided by sys/atomic_common.h. I think something similar to this may be happening on sparc64 as well. I noticed the sparc64 build died during a 'make lintkernels' but I haven't investigated why. -- Ian