Make a comment reflect less of a lie, NOCPU is used to generally mean that we

are not on a specific CPU in a distributed system, certainly not just for
<struct proc>.p_oncpu, which is of course now <struct kse>.ke_oncpu.
This commit is contained in:
Juli Mallett 2002-09-15 04:45:56 +00:00
parent 7deb8a7ddd
commit 59c25132c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103336

View File

@ -592,7 +592,7 @@ struct proc {
#define p_session p_pgrp->pg_session
#define p_pgid p_pgrp->pg_id
#define NOCPU 0xff /* For p_oncpu when we aren't on a CPU. */
#define NOCPU 0xff /* For when we aren't on a CPU. (SMP) */
/* Status values (p_stat). */