Module Name: src Committed By: pooka Date: Tue Aug 10 21:32:38 UTC 2010
Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Don't create the percpu clock interrupt threads as softint threads because they aren't softint threads. This fixes callouts in situations where there is nothing else happening in the rump kernel (i.e. no threads executed which would trigger the softints when they unschedule). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/rump/librump/rumpkern/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.