From owner-svn-src-head@freebsd.org Mon Apr 16 19:12:53 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 DA866F9DF51; Mon, 16 Apr 2018 19:12:53 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f43.google.com (mail-it0-f43.google.com [209.85.214.43]) (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 72C416FC76; Mon, 16 Apr 2018 19:12:53 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f43.google.com with SMTP id q85-v6so13019829itc.0; Mon, 16 Apr 2018 12:12:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=/hzMjtVg/3c8TAsjmul7YHUki0psZLE3SkecfpBd6lg=; b=oJ0Pn8SGVYegLAieKQ8Owt4rNzhc6Cz6J6ph7B2819GzcwCMDqi/BCNwuhOeMGnGOF OkoJ6UwPNt0eSJeREi5xrr39rh9rR33vLwQ+gPHcPw6CAZykaoOLOR8IBmdM1UyoL85G BRq0CO2iwwAej7XI5PGxX8cyMhbJe3XT3Px7618I83EeimObdQpphJyqRSc5rGm9xXBp iNhTjp6o3SYQ9FIXDmgDgCmuTc/qnY7riIFqayyPn020wIRRJVrP2gUWydoJM6xh6xw9 cLAr4kJ4ztdNQ34c3TA1Ch4fMSKm5RzyB1ukhCLn88XuW7SaRjjTCEZSKwUskombkaJ3 U+9g== X-Gm-Message-State: ALQs6tBQU0+tkzumA3BLm8daa7vnrORwB7wnQo4nd8DgmtkS+tMy3PQ4 QdLLfFg/BAd8wcyWTVLG4qYqmXzq X-Google-Smtp-Source: AIpwx48dGsq2Aez2W1GFPrebM8LW40YkoVx8KewfUNz/JAgpQQcoafLud6kU6OM6Dx46cLTpVB4E8g== X-Received: by 2002:a24:57ce:: with SMTP id u197-v6mr15513648ita.133.1523905972335; Mon, 16 Apr 2018 12:12:52 -0700 (PDT) Received: from mail-it0-f47.google.com (mail-it0-f47.google.com. [209.85.214.47]) by smtp.gmail.com with ESMTPSA id j20sm6254250ioe.67.2018.04.16.12.12.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Apr 2018 12:12:52 -0700 (PDT) Received: by mail-it0-f47.google.com with SMTP id 71-v6so13006530ith.2; Mon, 16 Apr 2018 12:12:52 -0700 (PDT) X-Received: by 2002:a24:5352:: with SMTP id n79-v6mr17556802itb.61.1523905971931; Mon, 16 Apr 2018 12:12:51 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.34.77 with HTTP; Mon, 16 Apr 2018 12:12:51 -0700 (PDT) In-Reply-To: <3726806.j2KQuIGiZ0@ralph.baldwin.cx> References: <201804140315.w3E3F5Id058802@repo.freebsd.org> <3726806.j2KQuIGiZ0@ralph.baldwin.cx> From: Conrad Meyer Date: Mon, 16 Apr 2018 12:12:51 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r332498 - head/sys/x86/cpufreq To: John Baldwin 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.25 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: Mon, 16 Apr 2018 19:12:54 -0000 On Mon, Apr 16, 2018 at 10:11 AM, John Baldwin wrote: > On Saturday, April 14, 2018 03:15:05 AM Conrad Meyer wrote: >> Author: cem >> Date: Sat Apr 14 03:15:05 2018 >> New Revision: 332498 >> URL: https://svnweb.freebsd.org/changeset/base/332498 >> >> Log: >> cpufreq: Remove error-prone table terminators in favor of automatic sizing >> >> PR: 227388 >> Reported by: Vladimir Machulsky >> Sponsored by: Dell EMC Isilon > > Presumably you could use nitems() on ESTprocs as well rather than a terminator? Yep.