Module Name: src Committed By: rmind Date: Sun May 25 15:42:01 UTC 2014
Modified Files: src/sys/kern: kern_softint.c src/sys/sys: intr.h Log Message: softint: implement softint_schedule_cpu() to trigger software interrupts on the remote CPUs and add SOFTINT_RCPU flag to indicate whether this is going to be used; implemented using asynchronous IPIs. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/kern/kern_softint.c cvs rdiff -u -r1.16 -r1.17 src/sys/sys/intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.