Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2006 14:03:41 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 101018 for review
Message-ID:  <200607081403.k68E3fpq047169@repoman.freebsd.org>

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

Change 101018 by wkoszek@wkoszek_laptop on 2006/07/08 14:02:41

	
	Comment from Change 101016:
	Bring intr_enable() to cpufunc.h and uncomment calling in machdep.c.
	It might be useful to make sure some portions of the code are called
	with interrupts enabled/disabled (we already have intr_destroy() and
	intr_restore() couple).

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/autoconf.c#4 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/autoconf.c#4 (text+ko) ====

@@ -99,12 +99,10 @@
 	 * disabled in the interrupt controllers until interrupt handlers
 	 * are registered.
 	 */
-/*
- * XXXMIPS: Check if it's needed.
- */
-#if 0
+	/*
+	 * XXMIPS: Check if it's needed.
+	 */
 	intr_enable();
-#endif
 
 	/* initialize new bus architecture */
 	root_bus_configure();



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