Module Name: src Committed By: thorpej Date: Tue Mar 5 14:39:30 UTC 2024
Modified Files: src/sys/kern: init_main.c subr_cpu.c src/sys/sys: cpu.h Log Message: Early in main(), assert that curcpu() evaluates as the primary CPU and stash away a pointer to it as the boot CPU for quick reference later. To generate a diff of this commit: cvs rdiff -u -r1.547 -r1.548 src/sys/kern/init_main.c cvs rdiff -u -r1.20 -r1.21 src/sys/kern/subr_cpu.c cvs rdiff -u -r1.52 -r1.53 src/sys/sys/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.