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

Olivier Houchard cognet at FreeBSD.org
Mon Feb 13 20:51:09 UTC 2017


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 at 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)
 
 /*


More information about the svn-src-head mailing list