Date: Sat, 2 Sep 2006 16:33:29 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 105549 for review Message-ID: <200609021633.k82GXThT033884@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105549 Change 105549 by gonzo@gonzo_hideout on 2006/09/02 16:33:23 o Stubs marked with XXXMIPS to be implemented. Affected files ... .. //depot/projects/mips2/src/lib/libthr/arch/mips/include/pthread_md.h#2 edit Differences ... ==== //depot/projects/mips2/src/lib/libthr/arch/mips/include/pthread_md.h#2 (text+ko) ==== @@ -58,7 +58,7 @@ static __inline void _tcb_set(struct tcb *tcb) { - *((struct tcb **)ARM_TP_ADDRESS) = tcb; + /* XXXMIPS: *((struct tcb **)ARM_TP_ADDRESS) = tcb; */ } /* @@ -67,7 +67,8 @@ static __inline struct tcb * _tcb_get(void) { - return (*((struct tcb **)ARM_TP_ADDRESS)); + /* XXXMIPS: return (*((struct tcb **)ARM_TP_ADDRESS)); */ + return NULL; } extern struct pthread *_thr_initial;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609021633.k82GXThT033884>