Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jun 2016 11:10:45 -0700
From:      Ravi Pokala <rpokala@mac.com>
To:        Bryan Drewery <bdrewery@FreeBSD.org>, Konstantin Belousov <kib@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r301278 - head/sys/x86/x86
Message-ID:  <D018DAAF-B4C9-436A-B984-A262FD818A7B@panasas.com>
In-Reply-To: <26e439ce-9979-e833-60f5-ce2dcb91ced2@FreeBSD.org>
References:  <201606031805.u53I5It3034128@repo.freebsd.org> <26e439ce-9979-e833-60f5-ce2dcb91ced2@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----Original Message-----
From: <owner-src-committers@freebsd.org> on behalf of Bryan Drewery <bdrewery@FreeBSD.org>
Organization: FreeBSD
Date: 2016-06-03, Friday at 11:06
To: Konstantin Belousov <kib@FreeBSD.org>, <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@freebsd.org>
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
>





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D018DAAF-B4C9-436A-B984-A262FD818A7B>