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
/
kernel
/
compat_vdso
/
compat_vdso.S
blob
ffd66237e091ee77958d02cf25a32ffc2eaaa8a7
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#define vdso_start compat_vdso_start
4
#define vdso_end compat_vdso_end
5
6
#define __VDSO_PATH "arch/riscv/kernel/compat_vdso/compat_vdso.so"
7
8
#include "../vdso/vdso.S"