Module Name: src Committed By: pgoyette Date: Sun Dec 20 04:21:03 UTC 2015
Modified Files: src/sys/kern: subr_autoconf.c Log Message: If we process the callback immediately, don't bother adding it to the list of future callbacks. We've already processed the list (and removed all the entries), and there's nothing in the future that will process the list again. This avoids the possibility of leaving an entry in the list that points to an unloaded module's former address space. To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 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.