Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 18:04:17 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f5d39047b094 - main - riscv: remove unused string from swtch.S
Message-ID:  <202305021804.342I4H4m043878@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305021804.342I4H4m043878>