repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git]
/
arch
/
s390
/
purgatory
/
kexec-purgatory.S
blob
8293753100aea9221b4e9b2dd7971b3c40b46391
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
.section .rodata, "a"
4
5
.align 8
6
kexec_purgatory:
7
.globl kexec_purgatory
8
.incbin "arch/s390/purgatory/purgatory.ro"
9
.Lkexec_purgatroy_end:
10
11
.align 8
12
kexec_purgatory_size:
13
.globl kexec_purgatory_size
14
.quad .Lkexec_purgatroy_end - kexec_purgatory