Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 2006 16:22:11 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 105544 for review
Message-ID:  <200609021622.k82GMBXH033190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105544

Change 105544 by gonzo@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609021622.k82GMBXH033190>