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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
powerpc
/
kernel
/
vdso64
/
vdso64_wrapper.S
blob
1d56d81fe3b39a85fd84f622068c0a3c241a47c7
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <linux/linkage.h>
3
#include <asm/page.h>
4
5
__PAGE_ALIGNED_DATA
6
7
.globl vdso64_start, vdso64_end
8
.balign PAGE_SIZE
9
vdso64_start:
10
.incbin "arch/powerpc/kernel/vdso64/vdso64.so.dbg"
11
.balign PAGE_SIZE
12
vdso64_end:
13
14
.previous