PERFORCE change 115999 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Mar 16 20:21:51 UTC 2007


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

Change 115999 by gonzo at gonzo_jeeves on 2007/03/16 20:21:23

	o Remove unnecessary intr_enable. Interrupts are enabled later,
	    on first thread start.

Affected files ...

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

Differences ...

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

@@ -94,16 +94,6 @@
 	void *dummy;
 {
 
-	/*
-	 * Enable interrupts on the processor.  The interrupts are still
-	 * disabled in the interrupt controllers until interrupt handlers
-	 * are registered.
-	 */
-	/*
-	 * XXMIPS: Check if it's needed.
-	 */
-	intr_enable();
-
 	/* initialize new bus architecture */
 	root_bus_configure();
 }
@@ -117,5 +107,6 @@
 
 	if (bootverbose)
 		printf("Device configuration finished.\n");
+
 	cold = 0;
 }


More information about the p4-projects mailing list