svn commit: r336712 - head/sys/riscv/riscv

Ruslan Bukin br at FreeBSD.org
Wed Jul 25 15:44:50 UTC 2018


Author: br
Date: Wed Jul 25 15:44:49 2018
New Revision: 336712
URL: https://svnweb.freebsd.org/changeset/base/336712

Log:
  Remove unused string.
  
  Reported by:	markj@
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/riscv/riscv/swtch.S

Modified: head/sys/riscv/riscv/swtch.S
==============================================================================
--- head/sys/riscv/riscv/swtch.S	Wed Jul 25 15:40:27 2018	(r336711)
+++ head/sys/riscv/riscv/swtch.S	Wed Jul 25 15:44:49 2018	(r336712)
@@ -208,8 +208,6 @@ ENTRY(cpu_throw)
 #endif
 
 	ret
-.Lcpu_throw_panic_str:
-	.asciz "cpu_throw: %p\0"
 END(cpu_throw)
 
 /*


More information about the svn-src-head mailing list