CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/28 19:21:02
Modified files:
sys/arch/amd64/amd64: cpu.c machdep.c
sys/arch/amd64/include: cpu.h cpu_full.h segments.h
Log message:
Explicitly declare the gdt storage in struct cpu_info_full instead of
implicitly putting it in the padding to page-size. This eliminates a
couple Coverity issues from the Meltdown work.
testing daniel@
ok mlarkin@
