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.mart...@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)
 
 /*
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to