Date: Fri, 16 Mar 2007 20:21:50 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 115999 for review Message-ID: <200703162021.l2GKLoh1003670@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115999 Change 115999 by gonzo@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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703162021.l2GKLoh1003670>