PERFORCE change 50250 for review
    Julian Elischer 
    julian at FreeBSD.org
       
    Sat Apr  3 02:15:58 PST 2004
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=50250
Change 50250 by julian at julian_jules1 on 2004/04/03 02:15:40
	move the ke_thread field out of the bzero section.
	it's often set up earlier..
Affected files ...
.. //depot/projects/nsched/sys/kern/scheduler/4bsd/sched_4bsd_kse.h#2 edit
Differences ...
==== //depot/projects/nsched/sys/kern/scheduler/4bsd/sched_4bsd_kse.h#2 (text+ko) ====
@@ -91,9 +91,9 @@
 	TAILQ_ENTRY(kse) ke_kgrlist;	/* (*) Queue of KSEs in this state. */
 	TAILQ_ENTRY(kse) ke_procq;	/* (j/z) Run queue. */
 
+	struct thread	*ke_thread;	/* (*) Active associated thread. */
 #define	ke_startzero ke_flags
 	int		ke_flags;	/* (j) KEF_* flags. */
-	struct thread	*ke_thread;	/* (*) Active associated thread. */
 	fixpt_t		ke_pctcpu;	/* (j) %cpu during p_swtime. */
 	u_char		ke_oncpu;	/* (j) Which cpu we are on. */
 	char		ke_rqindex;	/* (j) Run queue index. */
    
    
More information about the p4-projects
mailing list