From owner-freebsd-current@FreeBSD.ORG Wed May 6 17:04:58 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9CD01065674 for ; Wed, 6 May 2009 17:04:58 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id A7B428FC1B for ; Wed, 6 May 2009 17:04:58 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M1kYD-0002lw-Qf for freebsd-current@freebsd.org; Wed, 06 May 2009 10:04:57 -0700 Message-ID: <23411239.post@talk.nabble.com> Date: Wed, 6 May 2009 10:04:57 -0700 (PDT) From: Jakub Lach To: freebsd-current@freebsd.org In-Reply-To: <49FF6C11.5030607@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jakub_lach@mailplus.pl References: <49FE1826.4060000@FreeBSD.org> <90a5caac0905041119h70101d12i56863e57b27d2e55@mail.gmail.com> <49FF6C11.5030607@FreeBSD.org> Subject: Re: Fighting for the power. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2009 17:04:59 -0000 Hello. Is this patch commited yet? -best regards, Jakub Lach Alexander Motin-3 wrote: > > > Sorry, my fault. Try attached patch. > > -- > Alexander Motin > > --- local_apic.c.prev 2009-05-01 23:53:37.000000000 +0300 > +++ local_apic.c 2009-05-05 01:10:04.000000000 +0300 > @@ -319,7 +319,7 @@ lapic_setup(int boot) > } > > /* We don't setup the timer during boot on the BSP until later. */ > - if (!(boot && PCPU_GET(cpuid) == 0)) { > + if (!(boot && PCPU_GET(cpuid) == 0) && lapic_timer_hz != 0) { > KASSERT(lapic_timer_period != 0, ("lapic%u: zero divisor", > lapic_id())); > lapic_timer_set_divisor(lapic_timer_divisor); > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- View this message in context: http://www.nabble.com/Fighting-for-the-power.-tp23360518p23411239.html Sent from the freebsd-current mailing list archive at Nabble.com.