Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Dec 1997 22:23:46 -0600
From:      Chris Csanady <ccsanady@bob.scl.ameslab.gov>
To:        Steve Passe <smp@csn.net>
Cc:        FreeBSD-current@freebsd.org
Subject:   Re: P_IDLEPROC 
Message-ID:  <199712050423.WAA08608@bob.scl.ameslab.gov>
In-Reply-To: Your message of "Thu, 04 Dec 1997 14:00:26 MST." <199712042100.OAA14386@Ilsa.StevesCafe.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

>Hi,
>
>I'm trying to add Tor's patch for better clock handling under SMP, I get:
>
>../../i386/i386/mp_machdep.c:2160: `P_IDLEPROC' undeclared (first use this 
>function)
>
>P_IDLEPROC seems to be gone from proc.h, what substitutes for it?

It was a flag that was set on the idle processes.  The purpose was to be
able to distinguish them from other processes during resource accounting.
(ie. so the load avg was not always > 0, etc)

It was just defined as one of the spare flags in the proc struct..

Chris Csanady






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