From owner-svn-src-all@freebsd.org Wed May 18 17:24:01 2016 Return-Path: Delivered-To: svn-src-all@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 52264B415D7; Wed, 18 May 2016 17:24:01 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B3701BE0; Wed, 18 May 2016 17:24:01 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x231.google.com with SMTP id f89so74183342ioi.0; Wed, 18 May 2016 10:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=taHqcCAYt1x4F/RkO3iqa9OcixC/2k6vmIuLrvYwQf0=; b=jVuuFSU0OaQcFpsGKEI5DvHPuF6+iQcEW6EEWV0McEWTjXtQuRorEo6ZygpREVRGW2 UAci6SENzEczS12Q0HLEp6ws0Q5LfYUbBBqdepxDMon8qHwGtMhIxmKF1FVmIIFgXNd6 +L3A3b2TqGCp8Yurq0mB9T1XtNCTQQZB45yEuO2wDXx60Eh7HwI0mV2IANAqjTs50DSV 0TtwKdYB0c1kzEdAmUSXY0z6RFlt5P26FnyA8ArpExBtdThdunsopjH1AH6oq2UKLjtX 0W/+CmOG4czxcDOCi9rjSnLPBK4V0LNeY9VtVJYxn+7+INyZEoe1Soi0LgO1U/S0Z2eq b+pQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=taHqcCAYt1x4F/RkO3iqa9OcixC/2k6vmIuLrvYwQf0=; b=JN/HVSJIzdMj4ZRiyFDgSz5P19wM/7bdhz7LMm89JqMnS6lK7Hv2EOhMZCAfN8K4X2 Sr3AthwlihsG7Vz9kp1Wz4rP7tIOwtlEr22ddE7MweAA68sdTtcnVW4iNOBaj0bC6p+B Z/3p+5tqn/Mhd4xKqyoV+gnUXq1VB/rweygW/IUxES8xy6Bs0vK/07py1rrlTH33oV8V X8BJLb2eR/xVg3qpW+ESgTtT6m88xXlGziO37lGI6ZX/m0XpT/EVF8TSeFYuYuj+lTIA I5kAV5US8shyxh/Mv73yprprjlwluLmgJLU0YdEbtwRgvlN7Is/wcsbJXEbet7Cm+Yjo rwuQ== X-Gm-Message-State: AOPr4FX22xZhG5I95e/EVdX3zfR8Kq0IqPAcyV27h70fqcCmn+pJIFGgZdZlsOPjqd+BKOZZKBPYI+ij2fHr0g== X-Received: by 10.107.31.146 with SMTP id f140mr6314159iof.180.1463592240469; Wed, 18 May 2016 10:24:00 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.27.197 with HTTP; Wed, 18 May 2016 10:23:41 -0700 (PDT) In-Reply-To: References: <201605181545.u4IFjCKD030751@repo.freebsd.org> <20160518105033.1eae7432@zhabar.knownspace> <7EC6D845-E9EE-4D9E-988B-D433526BAAB1@yahoo.com> <20160518114134.7a32e69e@zhabar.knownspace> From: Ed Maste Date: Wed, 18 May 2016 13:23:41 -0400 X-Google-Sender-Auth: Bi_hRdsiYafDJBJNZhxzcor5kJI Message-ID: Subject: Re: svn commit: r300154 - head/sys/net To: Juli Mallett Cc: Justin Hibbits , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 17:24:01 -0000 On 18 May 2016 at 13:11, Juli Mallett wrote: > On Wed, May 18, 2016 at 9:41 AM, Justin Hibbits wrote: >> #if (defined(__powerpc__) && !defined(__powerpc64__)) || >> (defined(__mips__) && !defined(__mips64__)) >> >> should work. > > Depending on what the point of this is on MIPS, it is probably also > inadequate. I believe you want a MIPS ABI check, as we can support > 64-bit atomics with n32 and n64 ABIs, so !defined(__mips_n32) && > !defined(__mips_n64). I've started trying to collect these details on https://wiki.freebsd.org/EdMaste/ArchitectureSpecifics . (My plan is to move it to a better location when it's reasonably complete.) There's no information for the MIPS variants right now; I'd be happy for someone who knows those details to update the wiki page.