repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
arch
/
riscv
/
purgatory
/
kexec-purgatory.S
blob
0e918881571872ddc9c54c79fbff01acabeed77b
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