From owner-freebsd-mips@FreeBSD.ORG Sat Jun 8 21:57:52 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 71047D0 for ; Sat, 8 Jun 2013 21:57:52 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) by mx1.freebsd.org (Postfix) with ESMTP id 371621682 for ; Sat, 8 Jun 2013 21:57:52 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id cm16so1696448qab.14 for ; Sat, 08 Jun 2013 14:57:51 -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:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=k1p7X9rbNQ17kF3dS/2fHE6k/PyjDcLbV2wJ5vN21k0=; b=EX7aswfYYvHeIn7pxqXxIvAoXZITLv377lYMoTL5wqmEflqMQJMC6fJT9Jt9jxS5xV iuWd3fv+Dyj405fgnVPa4IEd9aVDlyB9DEyfMBiigUNKr6JS5wHsoWQJ+GaFBgDUYrWJ U86CQnDN5h+drdIfZdu46ni7n/WZxhAQ87+imMpQNvMxtv3Gn4p0xvSXQjz8U9yZB/47 Nr2r0qHR8vS61ivX9wGHOgEYWQky1QtjfypB+UI1yAf4ZWxG8tj6/L40Zg6qKGjrQlQW 9UW256PPGJT2G5Im7ExZQpO8iZuwQZzdy4PcEyZu7yPCRhrojNEczgdFNBcVZUtUa3kY 2Cwg== MIME-Version: 1.0 X-Received: by 10.224.59.200 with SMTP id m8mr8192095qah.43.1370728671648; Sat, 08 Jun 2013 14:57:51 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.5.65 with HTTP; Sat, 8 Jun 2013 14:57:51 -0700 (PDT) In-Reply-To: References: <201306081319.r58DJBS0061186@svn.freebsd.org> Date: Sat, 8 Jun 2013 14:57:51 -0700 X-Google-Sender-Auth: GCnmhDsRSKRb9yQHC5tBFL_BYD8 Message-ID: Subject: Re: svn commit: r251524 - in head/sys: conf mips/mips From: Adrian Chadd To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 21:57:52 -0000 Hm, On 8 June 2013 10:35, Ed Schouten wrote: > Hello Adrian, > > 2013/6/8 Adrian Chadd : >> .. have we decided whether to nuke the NOP flush from orbit? > > I thought we didn't make a clear decision on that yet, so I decided to > leave it as it is for now. I'll make sure the sync routine in this > file remains in sync with the one in . Can we just commit bsdimp's change and have your macro include his "extra sync ops" macro, in case that running system requires it? Adrian