Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 11:47:02 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19984 for review
Message-ID:  <200210231847.g9NIl2SG021214@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19984

Change 19984 by jhb@jhb_laptop on 2002/10/23 11:46:20

	Bah, merge-o.

Affected files ...

.. //depot/projects/smpng/sys/sys/proc.h#62 edit

Differences ...

==== //depot/projects/smpng/sys/sys/proc.h#62 (text+ko) ====

@@ -289,7 +289,7 @@
 	void		(*td_switchin)(void); /* (k) Switchin special func. */
 	struct thread	*td_standin;	/* (?) use this for an upcall */
 	u_int		td_critnest;	/* (k) Critical section nest level. */
-#define	td_endzero td_td_base_pri
+#define	td_endzero td_base_pri
 
 /* Copied during fork1() or thread_sched_upcall() */
 #define	td_startcopy td_endzero

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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