Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2003 22:30:20 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30832 for review
Message-ID:  <200305090530.h495UKMR020817@repoman.freebsd.org>

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

Change 30832 by jmallett@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.
 	 */



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