Fix the spelling of identify in the arm64 identcpu code

Sponsored by:	Innovate UK
This commit is contained in:
Andrew Turner 2020-06-29 09:37:07 +00:00
parent 45e999d918
commit b639b3b195
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362778

View File

@ -1096,7 +1096,7 @@ identify_cpu_sysinit(void *dummy __unused)
install_undef_handler(true, user_mrs_handler);
}
SYSINIT(idenrity_cpu, SI_SUB_SMP, SI_ORDER_ANY, identify_cpu_sysinit, NULL);
SYSINIT(identify_cpu, SI_SUB_SMP, SI_ORDER_ANY, identify_cpu_sysinit, NULL);
static u_long
parse_cpu_features_hwcap(u_int cpu)