Module Name: src Committed By: ad Date: Sat Jan 25 20:29:43 UTC 2020
Modified Files: src/sys/kern: kern_idle.c Log Message: For secondary CPUs, the idle LWP is the first to run, and it's directly entered from MD code without a trip through mi_switch(). Make the picture look good in case the CPU takes an interrupt before it calls idle_loop(). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/kern/kern_idle.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.