From owner-svn-src-all@freebsd.org Fri Jun 3 18:06:39 2016 Return-Path: Delivered-To: svn-src-all@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 53E77B6878C; Fri, 3 Jun 2016 18:06:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 38A9413A6; Fri, 3 Jun 2016 18:06:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 31F991DE0; Fri, 3 Jun 2016 18:06:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id BDB332187D; Fri, 3 Jun 2016 18:06:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id PpVxrXCm4CzH; Fri, 3 Jun 2016 18:06:32 +0000 (UTC) Subject: Re: svn commit: r301278 - head/sys/x86/x86 DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com AE68C21877 To: Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201606031805.u53I5It3034128@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <26e439ce-9979-e833-60f5-ce2dcb91ced2@FreeBSD.org> Date: Fri, 3 Jun 2016 11:06:36 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <201606031805.u53I5It3034128@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nm3e4HVAv6TeDFFVufQV1UbmQ884hUvOo" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2016 18:06:39 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --nm3e4HVAv6TeDFFVufQV1UbmQ884hUvOo Content-Type: multipart/mixed; boundary="qB6ADHikV2OmkofGOPn5CRehsd6QJPXug" From: Bryan Drewery To: Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <26e439ce-9979-e833-60f5-ce2dcb91ced2@FreeBSD.org> Subject: Re: svn commit: r301278 - head/sys/x86/x86 References: <201606031805.u53I5It3034128@repo.freebsd.org> In-Reply-To: <201606031805.u53I5It3034128@repo.freebsd.org> --qB6ADHikV2OmkofGOPn5CRehsd6QJPXug Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Commitception! On 6/3/2016 11:05 AM, Konstantin Belousov wrote: > Author: kib > Date: Fri Jun 3 18:05:18 2016 > New Revision: 301278 > URL: https://svnweb.freebsd.org/changeset/base/301278 >=20 > Log: > diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c > index d8bda77..bb15df0 100644 > --- a/sys/x86/x86/local_apic.c > +++ b/sys/x86/x86/local_apic.c > @@ -511,7 +511,7 @@ native_lapic_init(vm_paddr_t addr) > } > =20 > #ifdef SMP > -#define LOOPS 1000000 > +#define LOOPS 100000 > /* > * Calibrate the busy loop waiting for IPI ack in xAPIC mode. > * lapic_ipi_wait_mult contains the number of iterations which >=20 > Modified: > head/sys/x86/x86/local_apic.c >=20 > Modified: head/sys/x86/x86/local_apic.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/x86/x86/local_apic.c Fri Jun 3 16:17:36 2016 (r301277) > +++ head/sys/x86/x86/local_apic.c Fri Jun 3 18:05:18 2016 (r301278) > @@ -511,7 +511,7 @@ native_lapic_init(vm_paddr_t addr) > } > =20 > #ifdef SMP > -#define LOOPS 1000000 > +#define LOOPS 100000 > /* > * Calibrate the busy loop waiting for IPI ack in xAPIC mode. > * lapic_ipi_wait_mult contains the number of iterations which >=20 --=20 Regards, Bryan Drewery --qB6ADHikV2OmkofGOPn5CRehsd6QJPXug-- --nm3e4HVAv6TeDFFVufQV1UbmQ884hUvOo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJXUccsAAoJEDXXcbtuRpfPhwAIANs8Eidz5n0k2ki8wnHj8A+G p/8e8S/ciq3ORJg8dfgzSRyfKuKc7LbIgN5QX+CoXnPb9qAQ48SuwZgN04L7h0IS Cfs4HynETgMK99yFrDNvRz1/tljVhLFzOUZ5gynidwh9yrO1ZaL0WaHLUMMdqXBP +LlzxY7Bb9tvLJ1jayi95jvtejuBo9+7lRW8G4t11kXfg9Z+EaBpdssxTgnnuyyn AqX0tV7nyFbAUyE7ZshyW9zhe6pXqH9QbhpA1SYf7o5afTdJGxz2l9St1u5muxrx U3Y56OQuzxNnev+f8zHScKmsZHAaIjaL5RkA+KlMW+fnyaWSg+3HqjSO90jBM8M= =0/DE -----END PGP SIGNATURE----- --nm3e4HVAv6TeDFFVufQV1UbmQ884hUvOo--