PERFORCE change 28577 for review
Peter Wemm
peter at FreeBSD.org
Tue Apr 8 17:16:23 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28577
Change 28577 by peter at peter_daintree on 2003/04/08 17:15:21
take the SYSINIT trace back out again... I know I'm going to regret this.
Affected files ...
.. //depot/projects/hammer/sys/kern/init_main.c#9 edit
Differences ...
==== //depot/projects/hammer/sys/kern/init_main.c#9 (text+ko) ====
@@ -210,8 +210,6 @@
if ((*sipp)->subsystem == SI_SUB_DONE)
continue;
-if (bootverbose)
-printf("SYSINIT: 0x%08lx:0x%08lx 0x%08lx(0x%08lx)\n", (long)((*sipp)->subsystem), (long)((*sipp)->order), (long)((*sipp)->func), (long)((*sipp)->udata));
/* Call function */
(*((*sipp)->func))((*sipp)->udata);
More information about the p4-projects
mailing list