Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2017 20:51:08 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313708 - head/sys/arm/arm
Message-ID:  <201702132051.v1DKp8nJ042538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cognet
Date: Mon Feb 13 20:51:08 2017
New Revision: 313708
URL: https://svnweb.freebsd.org/changeset/base/313708

Log:
  Remove debugging code that was probably unused since before the arm code
  was initially committed.
  
  Reported by:	Alexandre Martins <alexandre.martins@stormshield.eu>

Modified:
  head/sys/arm/arm/cpufunc_asm.S

Modified: head/sys/arm/arm/cpufunc_asm.S
==============================================================================
--- head/sys/arm/arm/cpufunc_asm.S	Mon Feb 13 20:36:28 2017	(r313707)
+++ head/sys/arm/arm/cpufunc_asm.S	Mon Feb 13 20:51:08 2017	(r313708)
@@ -124,9 +124,6 @@ ENTRY(cpufunc_control)
 	mov	r0, r3			/* Return old value */
 
 	RET
-.Lglou:
-	.asciz "plop %p\n"
-	.align 2
 END(cpufunc_control)
 
 /*



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