Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2004 17:58:05 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48935 for review
Message-ID:  <200403140158.i2E1w5qG019335@repoman.freebsd.org>

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

Change 48935 by jmallett@jmallett_oingo on 2004/03/13 17:57:31

	Set up curpcb.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/machdep.c#42 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/machdep.c#42 (text+ko) ====

@@ -221,6 +221,7 @@
 	pcpu_init(pcpup, 0, sizeof(struct pcpu));
 	pcpup->pc_curthread = &thread0;
 	cpu_thread_setup(curthread);
+	pcpup->pc_curpcb = curthread->td_pcb;
 	mutex_init();
 #ifdef DDB
 	kdb_init();



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