CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/19 01:00:32
Modified files:
sys/arch/amd64/amd64: cpu.c
Log message:
SEV-ES: Only attach first CPU for now
We don't suport multiprocessor with SEV-ES, yet. We lack per-cpu GHCBs
and custom cpu startup functions. Until then, prevent the application
processors from attaching, to avoid delays or hangs during boot.
ok mlarkin@
