CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/26 15:55:42
Modified files:
sys/arch/amd64/amd64: pmap.c
Log message:
Fix amd64/GENERIC not linking due to missing pmap_shootept symbol.
My recent commit to add an INVEPT ipi missed an ifdef related to
MP machines.
ok krw@
