CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/10 03:32:31
Modified files:
sys/arch/amd64/amd64: ucode.c
sys/arch/i386/i386: ucode.c
Log message:
load amd patch into a malloc'd region to make it page aligned
avoids a General-Protection Exception on patch loader wrmsr with
A10-5700, TN-A1 00610f01 15-10-01
the alignment requirement is not present on at least
Ryzen 5 2600X, PiR-B2 00800f82 17-08-02
problem reported and fix tested by espie@
