The branch main has been updated by mhorne:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f5d39047b094d5164b85ae7e2a6a9a8342269815

commit f5d39047b094d5164b85ae7e2a6a9a8342269815
Author:     Mitchell Horne <[email protected]>
AuthorDate: 2023-01-23 17:11:16 +0000
Commit:     Mitchell Horne <[email protected]>
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)
 
 /*

Reply via email to