From owner-svn-src-head@freebsd.org Thu May 24 05:32:06 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E727EFEF95; Thu, 24 May 2018 05:32:06 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36776753E3; Thu, 24 May 2018 05:32:06 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.4] (c-73-241-240-124.hsd1.ca.comcast.net [73.241.240.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 8CBB4E1C6; Thu, 24 May 2018 05:32:05 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.d.0.180513 Date: Wed, 23 May 2018 22:32:02 -0700 Subject: Re: svn commit: r334129 - head/sys/amd64/conf From: Ravi Pokala To: Matt Macy , , , Message-ID: Thread-Topic: svn commit: r334129 - head/sys/amd64/conf References: <201805240431.w4O4Vrvv004255@repo.freebsd.org> In-Reply-To: <201805240431.w4O4Vrvv004255@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 24 May 2018 05:32:06 -0000 -----Original Message----- From: on behalf of Matt Macy Date: 2018-05-23, Wednesday at 21:31 To: , , Subject: svn commit: r334129 - head/sys/amd64/conf > Author: mmacy > Date: Thu May 24 04:31:53 2018 > New Revision: 334129 > URL: https://svnweb.freebsd.org/changeset/base/334129 > > Log: > take NUMA out > > Modified: > head/sys/amd64/conf/GENERIC-NODEBUG > > Modified: head/sys/amd64/conf/GENERIC-NODEBUG > ============================================================================== > --- head/sys/amd64/conf/GENERIC-NODEBUG Thu May 24 04:30:06 2018 (r334128) > +++ head/sys/amd64/conf/GENERIC-NODEBUG Thu May 24 04:31:53 2018 (r334129) > @@ -38,4 +38,3 @@ nooptions BUF_TRACKING > nooptions DEADLKRES > nooptions FULL_BUF_TRACKING > > -options NUMA Why? -Ravi (rpokala@)