Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 11:54:42 +0000 (UTC)
From:      Michal Meloun <mmel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306754 - head/sys/arm/arm
Message-ID:  <201610061154.u96BsgXY059576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610061154.u96BsgXY059576>