PERFORCE change 54400 for review

Juli Mallett jmallett at FreeBSD.org
Tue Jun 8 05:52:45 GMT 2004


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

Change 54400 by jmallett at jmallett_oingo on 2004/06/08 05:51:56

	Kick SYSINIT debugging to the curb, I don't need it always
	right now, and it uglies up my dmesg.

Affected files ...

.. //depot/projects/mips/sys/kern/init_main.c#18 edit

Differences ...

==== //depot/projects/mips/sys/kern/init_main.c#18 (text+ko) ====

@@ -208,9 +208,6 @@
 		if ((*sipp)->subsystem == SI_SUB_DONE)
 			continue;
 
-		if (bootverbose)
-			printf("SYSINIT[%08x] order %08x = (func %p %p)\n", (*sipp)->subsystem, (*sipp)->order, (*sipp)->func, (*sipp)->udata);
-
 		/* Call function */
 		(*((*sipp)->func))((*sipp)->udata);
 


More information about the p4-projects mailing list