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) /* _______________________________________________ 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"