From owner-svn-src-all@freebsd.org Fri Jun 3 19:10:10 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 9C3A9B69EB7; Fri, 3 Jun 2016 19:10:10 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp003.me.com (mr11p00im-asmtp003.me.com [17.110.69.254]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81C6E19F4; Fri, 3 Jun 2016 19:10:10 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from process-dkim-sign-daemon.mr11p00im-asmtp003.me.com by mr11p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) id <0O8700300JEMX300@mr11p00im-asmtp003.me.com>; Fri, 03 Jun 2016 18:10:04 +0000 (GMT) Received: from [172.17.133.77] (dip-cali.panasas.com [64.80.217.3]) by mr11p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0O8700E0WJSQGD30@mr11p00im-asmtp003.me.com>; Fri, 03 Jun 2016 18:10:04 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-03_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1606030199 User-Agent: Microsoft-MacOutlook/f.16.0.160506 Date: Fri, 03 Jun 2016 11:10:45 -0700 Subject: Re: svn commit: r301278 - head/sys/x86/x86 From: Ravi Pokala Sender: "Pokala, Ravi" To: Bryan Drewery , Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-id: Thread-topic: svn commit: r301278 - head/sys/x86/x86 References: <201606031805.u53I5It3034128@repo.freebsd.org> <26e439ce-9979-e833-60f5-ce2dcb91ced2@FreeBSD.org> In-reply-to: <26e439ce-9979-e833-60f5-ce2dcb91ced2@FreeBSD.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=4d515a; t=1464977404; bh=RuwGZT2SfPEMlWCb101s17v+vaN4sWd4wV8hoxGAkU8=; h=Date:Subject:From:To:Message-id:MIME-version:Content-type; b=Lg0k/Rc3li0q7SD3wpm2eksQXx47NHbG45AyCsRlN2/VuvjcJ2XKdgavDzPWM2Ejo 5R5jIZVarh2pkJ0HVfb7T9SgvoRutY5Wsl2fyImMrK+192nEAZkNSFppIPX9WDJ3vR Cz9zOjQ2kyBb6MpCoom9jr3s0rNqiZdF/PoXnuv0cNMglZUm7F/XdSqQ8+xUTnn+bX 71BQB3Q+o1s1dYZ9EjZ1KFwSfc281AKVqqgZCOvKoWEFUvHR9HnL9Ihk4jl5EFGM8P kyAG8HVuQM0RU+vPzjRQktp7MqNxwtxq6gVZa0u+vg5gWPGLVAgPlNGp5oXac8b1+L Bw+Oe2eBkbRmw== 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 19:10:10 -0000 -----Original Message----- From: on behalf of Bryan Drewery Organization: FreeBSD Date: 2016-06-03, Friday at 11:06 To: Konstantin Belousov , , , Subject: Re: svn commit: r301278 - head/sys/x86/x86 >Commitception! http://inception.davepedu.com/noflash.php >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 >> >> 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) >> } >> >> #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 >> >> Modified: >> head/sys/x86/x86/local_apic.c >> >> Modified: head/sys/x86/x86/local_apic.c >> ============================================================================== >> --- 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) >> } >> >> #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 >> > > >-- >Regards, >Bryan Drewery >