From owner-svn-src-all@freebsd.org Fri Jun 3 18:23:54 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 38735B68D22; Fri, 3 Jun 2016 18:23:54 +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 D320C1251; Fri, 3 Jun 2016 18:23:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 510D41492; Fri, 3 Jun 2016 18:23:52 +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 01CBB2190A; Fri, 3 Jun 2016 18:23:51 +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 0Oi7Z_YVVgRK; Fri, 3 Jun 2016 18:23:49 +0000 (UTC) Subject: Re: svn commit: r301278 - head/sys/x86/x86 DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com C2B1B21904 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: <0759475d-e59c-f788-c72f-f6ee353c9131@FreeBSD.org> Date: Fri, 3 Jun 2016 11:23:54 -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="vaufaJ1uvJp8fb48fk3klxraMNbIIKTqO" 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:23:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vaufaJ1uvJp8fb48fk3klxraMNbIIKTqO Content-Type: multipart/mixed; boundary="e2knincgVBAoDdjWHWCPGD05v8wNIdB5a" From: Bryan Drewery To: Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <0759475d-e59c-f788-c72f-f6ee353c9131@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> --e2knincgVBAoDdjWHWCPGD05v8wNIdB5a Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Seriously though, can you please revert this and recommit with a proper message? Thanks! 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 --e2knincgVBAoDdjWHWCPGD05v8wNIdB5a-- --vaufaJ1uvJp8fb48fk3klxraMNbIIKTqO 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 iQEcBAEBAgAGBQJXUcs6AAoJEDXXcbtuRpfPH5gH/RuWlBWOAXDo0z6zIfChOXdU 9ng3JxTYYpzriFqbgBR4L2TI6h/KwRrBh7fU6BY1yTInBS/Hb92OAgB6+YNFLI2A sa1yfYVIqICO9Vq6JYxUxtpF4RpWLDRnuYLE0jWD4idBblrgbUFZaX1uAEMyh41o hrbWlkdgJ2/l1eDvh8b3v6mN9kmjXYQLPo/k47HrDeSNYnS7IvPEnSxpmeM7HC04 vM9FNFdOM7LWuhllaIITfebs+SuC24xzGJ+A+oMOEpSbrm6H4Dp0dXn7yl2TwkjV yIDsBThuFhaRezfFoEth1nFZ/C5+beH/kAVTK3HFGa/2DeKfILHxQareXlnxd4Y= =N+b2 -----END PGP SIGNATURE----- --vaufaJ1uvJp8fb48fk3klxraMNbIIKTqO--