Date: Wed, 6 May 2009 10:04:57 -0700 (PDT) From: Jakub Lach <jakub_lach@mailplus.pl> To: freebsd-current@freebsd.org Subject: Re: Fighting for the power. Message-ID: <23411239.post@talk.nabble.com> In-Reply-To: <49FF6C11.5030607@FreeBSD.org> References: <49FE1826.4060000@FreeBSD.org> <90a5caac0905041119h70101d12i56863e57b27d2e55@mail.gmail.com> <49FF6C11.5030607@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23411239.post>
