projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 6.7.9-gnu
[releases.git]
/
arch
/
riscv
/
purgatory
/
kexec-purgatory.S
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/riscv/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