CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/01 08:57:43
Modified files:
sys/arch/arm64/arm64: cpu.c
Log message:
Reduce dmesg spam by only printing the CPU feature flags when they differ
from the previous one. Since CPU cores are typically grouped in clusters
of identical cores and are typically enumerated this results in flags
being printed for the first core of a cluster. But only if the clusters
use cores that implement different features which is rare.
ok deraadt@
