git: f5d39047b094 - main - riscv: remove unused string from swtch.S
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 18:04:17 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=f5d39047b094d5164b85ae7e2a6a9a8342269815
commit f5d39047b094d5164b85ae7e2a6a9a8342269815
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-01-23 17:11:16 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-05-02 18:01:00 +0000
riscv: remove unused string from swtch.S
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
---
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)
/*