From owner-freebsd-current@FreeBSD.ORG Tue Jul 8 11:42:38 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 6D83537B401 for ; Tue, 8 Jul 2003 11:42:38 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A55C43F3F for ; Tue, 8 Jul 2003 11:42:37 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (rwcrmhc13) with ESMTP id <200307081842370150077g73e>; Tue, 8 Jul 2003 18:42:37 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA22719; Tue, 8 Jul 2003 11:42:29 -0700 (PDT) Date: Tue, 8 Jul 2003 11:42:28 -0700 (PDT) From: Julian Elischer To: David Gilbert In-Reply-To: <16138.57217.730225.412122@canoe.velocet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: 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 18:42:38 -0000 P_THREADED was renamed P_SA. All files contianing it were also alterred... you must have an old file stashed somewhere. In particular kern_synch.c is out of date. possibly many more.. On Tue, 8 Jul 2003, David Gilbert wrote: > 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================ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >