From owner-svn-src-head@freebsd.org Thu May 24 05:36:25 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 091A8EFF131; Thu, 24 May 2018 05:36:25 +0000 (UTC) (envelope-from mmacy@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 A681575940; Thu, 24 May 2018 05:36:24 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-io0-f173.google.com (mail-io0-f173.google.com [209.85.223.173]) (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)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id 6A652E1C8; Thu, 24 May 2018 05:36:24 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-io0-f173.google.com with SMTP id a10-v6so841116ioc.9; Wed, 23 May 2018 22:36:24 -0700 (PDT) X-Gm-Message-State: ALKqPwcy1Q5Rqhgs7NhhPYN7y3/XvAn0s7NNI6wXbS5dst+AbfaPmU+m /U7A/+ImHLQPvhbixxoeg9bZ8VVB0j928GFuqNY= X-Google-Smtp-Source: ADUXVKIqi2zsN6TL3uFPAp4pBfqnx6vNdhVw6UwIe0SuofRg1fbZztVP+Wa5ilTLwOIKwDtQ0opIuG9h7r9ejGAW9v0= X-Received: by 2002:a6b:6707:: with SMTP id b7-v6mr48034ioc.132.1527140183893; Wed, 23 May 2018 22:36:23 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:85ca:0:0:0:0:0 with HTTP; Wed, 23 May 2018 22:36:23 -0700 (PDT) In-Reply-To: References: <201805240431.w4O4Vrvv004255@repo.freebsd.org> From: Matthew Macy Date: Wed, 23 May 2018 22:36:23 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334129 - head/sys/amd64/conf To: Ravi Pokala Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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:36:25 -0000 On Wed, May 23, 2018 at 10:32 PM, Ravi Pokala wrote: > -----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? I ^C'd the prior commit too late. -M