PERFORCE change 54462 for review

Juli Mallett jmallett at FreeBSD.org
Wed Jun 9 09:21:38 GMT 2004


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

Change 54462 by jmallett at jmallett_oingo on 2004/06/09 09:20:36

	don't need nexus

Affected files ...

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

Differences ...

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

@@ -31,8 +31,6 @@
 #include <sys/kernel.h>
 #include <machine/hwfunc.h>
 
-static device_t nexusdev;
-
 static void configure(void *);
 
 SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
@@ -40,7 +38,6 @@
 static void
 configure(void *arg)
 {
-	nexusdev = device_add_child(root_bus, "nexus", 0);
 	platform_configure();
 	root_bus_configure();
 


More information about the p4-projects mailing list