Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2001 06:59:43 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_idle.c
Message-ID:  <200102091459.f19Exhn60591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/02/09 06:59:43 PST

  Modified files:
    sys/kern             kern_idle.c 
  Log:
  - Point out that we don't lock anything during the idle setup because
    only the boot processor should be running in the comments.
  - Initialize curproc to point to each CPU's respective idleproc if their
    curproc is NULL.
  - Keep track of the number of context switches performed by idleproc.
  
  Revision  Changes    Path
  1.13      +7 -2      src/sys/kern/kern_idle.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102091459.f19Exhn60591>