riscv: remove unused string from swtch.S

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mitchell Horne 2023-01-23 13:11:16 -04:00
parent 476babaea7
commit f5d39047b0

View File

@ -369,8 +369,6 @@ ENTRY(cpu_switch)
#endif
ret
.Lcpu_switch_panic_str:
.asciz "cpu_switch: %p\0"
END(cpu_switch)
/*