about summary refs log tree commit diff
path: root/sysdeps/aarch64/dl-diagnostics-cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer2024-04-081-0/+84
This prints some information from struct cpu_features, and the midr_el1 and dczid_el0 system register contents on every CPU. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>