Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2018 15:44:50 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336712 - head/sys/riscv/riscv
Message-ID:  <201807251544.w6PFio6W052885@repo.freebsd.org>

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



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