PERFORCE change 136586 for review

David E. O'Brien obrien at FreeBSD.org
Sat Mar 1 17:55:18 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=136586

Change 136586 by obrien at obrien_trang on 2008/03/01 17:54:32

	Have _tcb_get() use a function named mips_tcb_get().
	Submitted by: Juniper Networks

Affected files ...

.. //depot/projects/mips2-jnpr/src/lib/libthr/arch/mips/include/pthread_md.h#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/lib/libthr/arch/mips/include/pthread_md.h#3 (text+ko) ====

@@ -69,8 +69,8 @@
 static __inline struct tcb *
 _tcb_get(void)
 {
-	/* XXXMIPS: return (*((struct tcb **)ARM_TP_ADDRESS)); */
-	return NULL;
+	/* define in sys/mips/include/sysarch.h */
+	return /*(mips_tcb_get())*/ NULL;
 }
 
 extern struct pthread *_thr_initial;


More information about the p4-projects mailing list