Module Name: src Committed By: pooka Date: Tue Sep 7 18:25:38 UTC 2010
Modified Files: src/sys/rump/librump/rumpkern: intr.c rump.c rump_private.h Log Message: Allocate softint vectors for the final number of CPUs, not the number currently attached. Deals with a SNAFU in my commit earlier today which would cause softints established early to lack a softint context on non-bootstrap CPUs. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/rump/librump/rumpkern/intr.c cvs rdiff -u -r1.186 -r1.187 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.56 -r1.57 src/sys/rump/librump/rumpkern/rump_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.