mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
4c0f032d49
Omit use of script/bin2c hack. Directly include into assembler file instead. Signed-off-by: Philipp Rudo <prudo@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
14 lines
291 B
ArmAsm
14 lines
291 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
.section .rodata, "a"
|
|
|
|
.align 8
|
|
kexec_purgatory:
|
|
.globl kexec_purgatory
|
|
.incbin "arch/s390/purgatory/purgatory.ro"
|
|
.Lkexec_purgatroy_end:
|
|
|
|
.align 8
|
|
kexec_purgatory_size:
|
|
.globl kexec_purgatory_size
|
|
.quad .Lkexec_purgatroy_end - kexec_purgatory
|