svn commit: r307341 - stable/11/sys/arm/arm
Michal Meloun
mmel at FreeBSD.org
Sat Oct 15 07:30:14 UTC 2016
Author: mmel
Date: Sat Oct 15 07:30:13 2016
New Revision: 307341
URL: https://svnweb.freebsd.org/changeset/base/307341
Log:
MFC r306754:
ARM: Remove unused variable. Not a functional change.
Modified:
stable/11/sys/arm/arm/locore-v6.S
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/arm/arm/locore-v6.S
==============================================================================
--- stable/11/sys/arm/arm/locore-v6.S Sat Oct 15 07:28:46 2016 (r307340)
+++ stable/11/sys/arm/arm/locore-v6.S Sat Oct 15 07:30:13 2016 (r307341)
@@ -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-all
mailing list