PERFORCE change 30832 for review

Juli Mallett jmallett at FreeBSD.org
Thu May 8 22:30:23 PDT 2003


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

Change 30832 by jmallett at jmallett_dalek on 2003/05/08 22:29:33

	Turn back on our exception handlers, provisionally.
	Call mutex initialisation function.

Affected files ...

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

Differences ...

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

@@ -190,6 +190,7 @@
 	proc_linkup(&proc0, &ksegrp0, &kse0, &thread0);
 	thread0.td_kstack = kstack0;
 	pcpup->pc_curthread = &thread0;
+	mutex_init();
 }
 
 void
@@ -552,9 +553,6 @@
 	/* MIPS32/MIPS64 interrupt exception handler */
 	extern char mips64_intr[], mips64_intrEnd[];
 
-	/* XXX I want ARCS to be my friend */
-	return;
-
 	/*
 	 * Copy down exception vector code.
 	 */


More information about the p4-projects mailing list