Re: Strange issue after early AP startup

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Wed, 18 Jan 2017 08:54:04 +0100
Hi,

On 01/18/17 02:18, John Baldwin wrote:
> Also, I think you could
> set nextcallopt to 'now' rather than 'now + 1'.

There is a check in loadtimer() if next == now, and then the event timer 
is not started ??

>         } else {
>                 new = getnextevent();
>                 eq = (new == *next);
>                 CTR4(KTR_SPARE2, "load at %d:    next %d.%08x eq %d",
>                     curcpu, (int)(new >> 32), (u_int)(new & 0xffffffff), eq);
>                 if (!eq) {
>                         *next = new;
>                         et_start(timer, new - now, 0);
>                 }
>         }


--HPS
Received on Wed Jan 18 2017 - 06:54:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:09 UTC