Module Name: src Committed By: christos Date: Thu Jun 20 23:21:42 UTC 2013
Modified Files: src/sys/kern: init_main.c kern_rndq.c src/sys/sys: rnd.h Log Message: Initialize the rnd softint explicitly via a function late in main. Avoids LOCKDEBUG panic since softint_establish() was called via wdcintr -> wddone from an interrupt context and tried to acquire a non-spin mutex. To generate a diff of this commit: cvs rdiff -u -r1.449 -r1.450 src/sys/kern/init_main.c cvs rdiff -u -r1.12 -r1.13 src/sys/kern/kern_rndq.c cvs rdiff -u -r1.36 -r1.37 src/sys/sys/rnd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.