Date: Tue, 8 Jun 2004 03:39:59 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 54392 for review Message-ID: <200406080339.i583dx0s021433@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54392 Change 54392 by jmallett@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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406080339.i583dx0s021433>