CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/13 19:42:08
Modified files:
sys/arch/amd64/amd64: autoconf.c cpu.c identcpu.c
Log message:
Instead of enabling use of PCLMUL and AESNI iff cpu0 supports them
via two global variables, make cpu_ecxfeature the intersection of
cpuid(1).ecx on all CPUs and switch cpu_configure() to directly
check that for the requisite flags.
ok kettenis@
