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
ACPI / tables: add DSDT AmlCode new declaration name support
[linux/fpc-iii.git]
/
arch
/
arm
/
vdso
/
datapage.S
blob
9cd73b725d9fb89c2b9bb1d1178cce705baff38b
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <linux/linkage.h>
3
#include <asm/asm-offsets.h>
4
5
.align 2
6
.L_vdso_data_ptr:
7
.long _start - . - VDSO_DATA_SIZE
8
9
ENTRY(__get_datapage)
10
.fnstart
11
adr r0, .L_vdso_data_ptr
12
ldr r1, [r0]
13
add r0, r0, r1
14
bx lr
15
.fnend
16
ENDPROC(__get_datapage)