Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 11:44:21 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100866 for review
Message-ID:  <200607071144.k67BiLF9000843@repoman.freebsd.org>

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

Change 100866 by wkoszek@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();



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