mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
Fix the spelling of 'purgatory' in the .Lkexec_purgatroy_end label. Signed-off-by: Zishun Yi <vulab@iscas.ac.cn> Link: https://patch.msgid.link/20260325083139.15638-1-vulab@iscas.ac.cn Signed-off-by: Paul Walmsley <pjw@kernel.org>
15 lines
292 B
ArmAsm
15 lines
292 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
.section .rodata, "a"
|
|
|
|
.align 8
|
|
kexec_purgatory:
|
|
.globl kexec_purgatory
|
|
.incbin "arch/riscv/purgatory/purgatory.ro"
|
|
.Lkexec_purgatory_end:
|
|
|
|
.align 8
|
|
kexec_purgatory_size:
|
|
.globl kexec_purgatory_size
|
|
.quad .Lkexec_purgatory_end - kexec_purgatory
|