svn commit: r362778 - head/sys/arm64/arm64

Andrew Turner andrew at FreeBSD.org
Mon Jun 29 09:37:08 UTC 2020


Author: andrew
Date: Mon Jun 29 09:37:07 2020
New Revision: 362778
URL: https://svnweb.freebsd.org/changeset/base/362778

Log:
  Fix the spelling of identify in the arm64 identcpu code
  
  Sponsored by:	Innovate UK

Modified:
  head/sys/arm64/arm64/identcpu.c

Modified: head/sys/arm64/arm64/identcpu.c
==============================================================================
--- head/sys/arm64/arm64/identcpu.c	Mon Jun 29 09:08:36 2020	(r362777)
+++ head/sys/arm64/arm64/identcpu.c	Mon Jun 29 09:37:07 2020	(r362778)
@@ -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)


More information about the svn-src-all mailing list