PERFORCE change 101018 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Sat Jul 8 14:03:42 UTC 2006


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

Change 101018 by wkoszek at 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();


More information about the p4-projects mailing list