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
Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git]
/
arch
/
riscv
/
kernel
/
vdso
/
vdso.S
blob
df222245be0572ede4a2f6f2a6983685ed9bbf32
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2014 Regents of the University of California
4
*/
5
6
#include <linux/init.h>
7
#include <linux/linkage.h>
8
#include <asm/page.h>
9
10
__PAGE_ALIGNED_DATA
11
12
.globl vdso_start, vdso_end
13
.balign PAGE_SIZE
14
vdso_start:
15
.incbin "arch/riscv/kernel/vdso/vdso.so"
16
.balign PAGE_SIZE
17
vdso_end:
18
19
.previous