[BACK]Return to kern_time.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/kern_time.c between version 1.179.8.1.4.4 and 1.179.8.1.4.5

version 1.179.8.1.4.4, 2019/02/01 11:08:56 version 1.179.8.1.4.5, 2019/02/24 10:54:36
Line 1141  dosetitimer(struct proc *p, int which, s
Line 1141  dosetitimer(struct proc *p, int which, s
                 pt->pt_type = which;                  pt->pt_type = which;
                 pt->pt_entry = which;                  pt->pt_entry = which;
                 pt->pt_queued = false;                  pt->pt_queued = false;
                 if (pt->pt_type == CLOCK_REALTIME)                  if (!CLOCK_VIRTUAL_P(which))
                         callout_init(&pt->pt_ch, CALLOUT_MPSAFE);                          callout_init(&pt->pt_ch, CALLOUT_MPSAFE);
                 else                  else
                         pt->pt_active = 0;                          pt->pt_active = 0;

Legend:
Removed from v.1.179.8.1.4.4  
changed lines
  Added in v.1.179.8.1.4.5

CVSweb <webmaster@jp.NetBSD.org>