git: a89f1ce51b6d - stable/13 - riscv: remove unused string from swtch.S
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 May 2023 16:34:55 UTC
The branch stable/13 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=a89f1ce51b6de6b070563d8cc4913ab3bc1b7644
commit a89f1ce51b6de6b070563d8cc4913ab3bc1b7644
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-01-23 17:11:16 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-05-08 16:34:44 +0000
riscv: remove unused string from swtch.S
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
(cherry picked from commit f5d39047b094d5164b85ae7e2a6a9a8342269815)
---
sys/riscv/riscv/swtch.S | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/riscv/riscv/swtch.S b/sys/riscv/riscv/swtch.S
index 2176d2a181be..d2e23784c994 100644
--- a/sys/riscv/riscv/swtch.S
+++ b/sys/riscv/riscv/swtch.S
@@ -369,8 +369,6 @@ ENTRY(cpu_switch)
#endif
ret
-.Lcpu_switch_panic_str:
- .asciz "cpu_switch: %p\0"
END(cpu_switch)
/*