Module Name: src Committed By: maxv Date: Sun Aug 21 10:07:15 UTC 2016
Modified Files: src/sys/arch/amd64/amd64: gdt.c Log Message: Explain a little what we are doing. Also, make sure gdt_init_cpu is called on the currently running CPU. Theoretically, we could put the same KASSERT in gdt_reload_cpu, but the associated IPI is never sent, which is another issue. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/amd64/amd64/gdt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.