Re: Where is P_THREADED?

From: Julian Elischer <julian_at_elischer.org>
Date: Tue, 8 Jul 2003 11:42:28 -0700 (PDT)
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_at_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_at_velocet.net             |  equal if and only if they |
> |http://daveg.ca                              |   are precisely opposite.  |
> =========================================================GLO================
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
> 
Received on Tue Jul 08 2003 - 09:42:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:14 UTC