Remove an unused arm64 panic string
This was added early in the development of the arm64 port when cpu_switch was just a stub. It should have been removed when cpu_switch was implemented, however this didn't seem to be the case, and the '%p' was added. As this hasn't been needed in 7 years we can remove it. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
337eb2ab95
commit
267d55fa2a
@ -203,8 +203,6 @@ ENTRY(cpu_switch)
|
||||
|
||||
str xzr, [x4, #PCB_REGS + 18 * 8]
|
||||
ret
|
||||
.Lcpu_switch_panic_str:
|
||||
.asciz "cpu_switch: %p\0"
|
||||
END(cpu_switch)
|
||||
|
||||
ENTRY(fork_trampoline)
|
||||
|
Loading…
x
Reference in New Issue
Block a user