PERFORCE change 100866 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Fri Jul 7 11:44:22 UTC 2006


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

Change 100866 by wkoszek at wkoszek_laptop on 2006/07/07 11:43:50

	
	Comment intr_enable() for now in autoconf.c. Right after we'll reach
	the point of enter description here> compiling, we'll have to see
	how other architectures keep intr_restore(), intr_enable(),
	intr_disable() usages consistent.

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list