Module Name: src Committed By: martin Date: Mon Dec 5 15:47:14 UTC 2022
Modified Files: src/sys/kern: kern_synch.c Log Message: If no more softints are pending on this cpu, clear ci_want_resched (instead of just assingning ci_data.cpu_softints to it - the bitsets are not the same). Discussed on tech-kern "ci_want_resched bits vs. MD ci_data.cpu_softints bits". To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 src/sys/kern/kern_synch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.