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
clk: samsung: Add bus clock for GPU/G3D on Exynos4412
[linux/fpc-iii.git]
/
arch
/
s390
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob
de2fb930471af7293f408be4d3475d88772d2ce6
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <linux/init.h>
3
#include <linux/linkage.h>
4
#include <asm/page.h>
5
6
__PAGE_ALIGNED_DATA
7
8
.globl vdso32_start, vdso32_end
9
.balign PAGE_SIZE
10
vdso32_start:
11
.incbin "arch/s390/kernel/vdso32/vdso32.so"
12
.balign PAGE_SIZE
13
vdso32_end:
14
15
.previous