Exemple #1
0
void check_local_cpu_features(void)
{
	check_cpu_capabilities(arm64_features, "detected feature:");
}
void check_local_cpu_errata(void)
{
	check_cpu_capabilities(arm64_errata, "enabling workaround for");
}