PERFORCE change 54392 for review

Juli Mallett jmallett at FreeBSD.org
Tue Jun 8 03:40:01 GMT 2004


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

Change 54392 by jmallett at jmallett_oingo on 2004/06/08 03:39:47

	Enable interrupts in configure()

Affected files ...

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

Differences ...

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

@@ -43,4 +43,8 @@
 	nexusdev = device_add_child(root_bus, "nexus", 0);
 	platform_configure();
 	root_bus_configure();
+
+	/* Enable interrupts.  */
+	cold = 0;
+	mips_wr_status(mips_rd_status() | MIPS_SR_INT_IE);
 }


More information about the p4-projects mailing list