Date: Sat, 1 Mar 2008 17:55:17 GMT From: "David E. O'Brien" <obrien@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 136586 for review Message-ID: <200803011755.m21HtH2q058100@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=136586 Change 136586 by obrien@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803011755.m21HtH2q058100>
