From owner-freebsd-current@FreeBSD.ORG Tue Jul 8 08:13:11 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA1F37B401 for ; Tue, 8 Jul 2003 08:13:11 -0700 (PDT) Received: from sabre.velocet.net (sabre.velocet.net [216.138.209.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E1143F3F for ; Tue, 8 Jul 2003 08:13:11 -0700 (PDT) (envelope-from dgilbert@velocet.ca) Received: from trooper.velocet.ca (trooper.velocet.net [216.138.242.2]) by sabre.velocet.net (Postfix) with ESMTP id B5073138791 for ; Tue, 8 Jul 2003 11:13:07 -0400 (EDT) Received: by trooper.velocet.ca (Postfix, from userid 66) id 7EF7074DC5; Tue, 8 Jul 2003 11:13:07 -0400 (EDT) Received: by canoe.velocet.net (Postfix, from userid 101) id BC0E64755; Tue, 8 Jul 2003 11:13:05 -0400 (EDT) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16138.57217.730225.412122@canoe.velocet.net> Date: Tue, 8 Jul 2003 11:13:05 -0400 To: freebsd-current@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 12) "Portable Code" XEmacs Lucid Subject: Where is P_THREADED? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 15:13:12 -0000 For a couple of days now, I've been trying to advance from 5.1-RELEASE to -CURRENT. I havn't been able to compile the kernel, however, as even 'make buildkernel' (after having done a 'make buildworld') fails looking for a P_THREADED symbol in kern_synch.c. Since it's not very likely that I can do without _that_ file in the kernel, I waited a few days and tried the whole thing again with a new cvsup. Still no go. So I tried 'make include' ... still no go. So I tried: [4:10:310]root@canoe:/usr/src> find . -type f | xargs grep P_THREADED ./sys/kern/kern_synch.c: if (p->p_flag & P_THREADED || p->p_numthreads > 1) { ./sys/kern/kern_synch.c: if (td->td_proc->p_flag & P_THREADED) ... so if P_THREADED doesn't exist in the /usr/src tree, where would I be finding it? Dave. -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://daveg.ca | are precisely opposite. | =========================================================GLO================