From owner-freebsd-current Thu Dec 4 20:23:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA10396 for current-outgoing; Thu, 4 Dec 1997 20:23:15 -0800 (PST) (envelope-from owner-freebsd-current) Received: from bob.scl.ameslab.gov (bob.scl.ameslab.gov [147.155.137.254]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA10391 for ; Thu, 4 Dec 1997 20:23:06 -0800 (PST) (envelope-from ccsanady@bob.scl.ameslab.gov) Received: from bob.scl.ameslab.gov (localhost [127.0.0.1]) by bob.scl.ameslab.gov (8.8.8/8.8.5) with ESMTP id WAA08608; Thu, 4 Dec 1997 22:23:46 -0600 (CST) Message-Id: <199712050423.WAA08608@bob.scl.ameslab.gov> X-Mailer: exmh version 2.0zeta 7/24/97 To: Steve Passe cc: FreeBSD-current@freebsd.org Subject: Re: P_IDLEPROC In-reply-to: Your message of "Thu, 04 Dec 1997 14:00:26 MST." <199712042100.OAA14386@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Dec 1997 22:23:46 -0600 From: Chris Csanady Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >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