Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   tsutsui
Date:           Fri Jul 20 22:15:47 UTC 2007

Modified Files:
        src/sys/kern: init_main.c subr_autoconf.c

Log Message:
Defer callout_startup2() (which calls softintr_establish(9)) call
after cpu_configure(9) for now because softintr(9) is initialized
in cpu_configure(9) on some ports.

Ok'ed by ad@ on current-users, and fixes hangs on m68k ports
during scsi probe.


To generate a diff of this commit:
cvs rdiff -r1.307 -r1.308 src/sys/kern/init_main.c
cvs rdiff -r1.118 -r1.119 src/sys/kern/subr_autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index