PERFORCE change 105549 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Sep 2 16:33:31 UTC 2006


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

Change 105549 by gonzo at 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;


More information about the p4-projects mailing list