PERFORCE change 48780 for review
Juli Mallett
jmallett at FreeBSD.org
Fri Mar 12 01:03:08 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=48780
Change 48780 by jmallett at jmallett_oingo on 2004/03/12 01:02:10
More SYSINIT stuff for grep justice.
Affected files ...
.. //depot/projects/mips/sys/kern/init_main.c#17 edit
Differences ...
==== //depot/projects/mips/sys/kern/init_main.c#17 (text+ko) ====
@@ -209,8 +209,7 @@
continue;
if (bootverbose)
- printf("SYSINIT[%8x] = %p:%p\n", (*sipp)->subsystem,
- sipp, *sipp);
+ 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