svn commit: r306754 - head/sys/arm/arm

Michal Meloun mmel at FreeBSD.org
Thu Oct 6 11:54:43 UTC 2016


Author: mmel
Date: Thu Oct  6 11:54:42 2016
New Revision: 306754
URL: https://svnweb.freebsd.org/changeset/base/306754

Log:
  ARM: Remove unused variable.
  Not a functional change.
  
  MFC after: 3 days

Modified:
  head/sys/arm/arm/locore-v6.S

Modified: head/sys/arm/arm/locore-v6.S
==============================================================================
--- head/sys/arm/arm/locore-v6.S	Thu Oct  6 08:11:53 2016	(r306753)
+++ head/sys/arm/arm/locore-v6.S	Thu Oct  6 11:54:42 2016	(r306754)
@@ -439,9 +439,6 @@ boot_pt1:
 	.text
 	.align	2
 
-.Lcpufuncs:
-	.word	_C_LABEL(cpufuncs)
-
 #if defined(SMP)
 
 ASENTRY_NP(mpentry)


More information about the svn-src-head mailing list