From owner-freebsd-current@freebsd.org Tue Aug 2 03:06:30 2016 Return-Path: Delivered-To: freebsd-current@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 63CB4BABEB4 for ; Tue, 2 Aug 2016 03:06:30 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (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 EB017136A for ; Tue, 2 Aug 2016 03:06:29 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id f65so391450317wmi.0 for ; Mon, 01 Aug 2016 20:06:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=5o9pgT8Zn/XpR47x/6ocfdXeL1ufVcjMj5S6q62aupM=; b=x5YKsoC7myT9rOWR6Xnzd54PbUxBQssuDbdPB71jDR8IyySVc5GQXp10u7hO55Ionq QQOJd4Kg4G/eimzK/hh1NPWrm/lzu38150+ZQFOCdh/lFn82pl3jxZKuowWTgEa9Wx34 qPPs2vukVlgRzVRj2yt7g4YbusbiXBw9vRSPpiXIIRvm+8KYKGndIgWN2ef521r2dZ7U raoVFW3iC/TRV8Ti636F8ReAQWN/8FSAcXjf9KHQ4+YV/iEq22mqz06ltPQYQEaSqvOq aL8UZeRRa7cgAaNoJwC45HaANAaf7ha3qKCa8cyYUqQsthe/JHb8B/scFElfA+v26uD8 Wq5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=5o9pgT8Zn/XpR47x/6ocfdXeL1ufVcjMj5S6q62aupM=; b=Ub+Tus90qzEPfOhjszu0Vur13DqsG8c8y8w1saVLTFnWKE7o/mPxg6UpcG0S3YUVEW w5+lWGxBgJes6ULh5RliTbKxgzgnzLlPFzSSZaqceqS+/xzIDhGcmiiTBs+0ud1/87+A bkHgwE/iI2wrhO+BrfxK1HCuE41dqSM5+2ReEEbST+4thitkT/QS1bvGMLrGJ3SUngRc Vj6wLMBQYox99248jqcQnhTFyed3Iak9Actcm9DQhdzxrD0NpMrKhVN9YD3CEBjP4JQs r2T3VyLA9TEx3rUcB86NWblqA8ByrjBLOArrJXukE9iogd+GdaaUefG3qulLOC0lPyN/ L0Sw== X-Gm-Message-State: AEkooutIeDoX3LDXIchdTk54jED9nS6txLGL8XL05Jr8dXgnY62ooA1ssC+GGUNu+FkjWw== X-Received: by 10.194.185.116 with SMTP id fb20mr28091274wjc.32.1470107188008; Mon, 01 Aug 2016 20:06:28 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by smtp.gmail.com with ESMTPSA id yt6sm290316wjc.23.2016.08.01.20.06.26 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 01 Aug 2016 20:06:27 -0700 (PDT) Date: Tue, 2 Aug 2016 05:06:24 +0200 From: Mateusz Guzik To: Michael Butler Cc: freebsd-current Subject: Re: SVN r303643 breaks non-SMP compilation Message-ID: <20160802030624.GA24961@dft-labs.eu> Mail-Followup-To: Mateusz Guzik , Michael Butler , freebsd-current References: <6a9f68a7-8b1c-92cd-1409-fe574602a005@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <6a9f68a7-8b1c-92cd-1409-fe574602a005@protected-networks.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 03:06:30 -0000 On Mon, Aug 01, 2016 at 09:49:03PM -0400, Michael Butler wrote: > In the non-SMP case, ADAPTIVE_MUTEXES is not defined and a subsequent > reference to mtx_delay causes compilation of kern_mutex.c to fail > because KDTRACE_HOOKS may be, > Indeed, fixed in r303655. Thanks for reporting. -- Mateusz Guzik