PERFORCE change 100773 for review
Wojciech A. Koszek
wkoszek at FreeBSD.org
Thu Jul 6 16:40:45 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=100773
Change 100773 by wkoszek at wkoszek_laptop on 2006/07/06 16:40:01
Change enable_intr() to intr_enable().
Affected files ...
.. //depot/projects/mips2/src/sys/mips/mips/autoconf.c#2 edit
Differences ...
==== //depot/projects/mips2/src/sys/mips/mips/autoconf.c#2 (text+ko) ====
@@ -64,6 +64,7 @@
#include <net/ethernet.h>
#include <netinet/in.h>
+#include <machine/cpufunc.h>
#include <machine/md_var.h>
static void configure_first(void *);
@@ -98,7 +99,7 @@
* disabled in the interrupt controllers until interrupt handlers
* are registered.
*/
- enable_intr();
+ intr_enable();
/* initialize new bus architecture */
root_bus_configure();
More information about the p4-projects
mailing list