[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.195 and 1.196

version 1.195, 2019/02/10 17:13:33 version 1.196, 2019/02/24 07:23:11
Line 1177  dosetitimer(struct proc *p, int which, s
Line 1177  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.195  
changed lines
  Added in v.1.196

CVSweb <webmaster@jp.NetBSD.org>