PERFORCE change 105544 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Sep 2 16:22:12 UTC 2006


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

Change 105544 by gonzo at gonzo_hideout on 2006/09/02 16:21:18

	o Initialize mips_tp with NULL, while we haven't got proper implementation.

Affected files ...

.. //depot/projects/mips2/src/lib/libpthread/arch/mips/mips/pthread_md.c#3 edit

Differences ...

==== //depot/projects/mips2/src/lib/libpthread/arch/mips/mips/pthread_md.c#3 (text+ko) ====

@@ -41,7 +41,8 @@
 
 #include "pthread_md.h"
 
-/* struct mips_tp **mips_tp = (struct mips_tp **)MIPS_TP_ADDRESS; */
+/* XXXMIPS: Fix it */
+struct mips_tp **mips_tp = (struct mips_tp **)NULL;
 
 struct tcb *
 _tcb_ctor(struct pthread *thread, int initial)


More information about the p4-projects mailing list