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
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
arch
/
powerpc
/
kernel
/
vdso32_wrapper.S
blob
10f92f265d511b030e96f89ad5571d2ac3690f0d
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 vdso32_start, vdso32_end
8
.balign PAGE_SIZE
9
vdso32_start:
10
.incbin "arch/powerpc/kernel/vdso/vdso32.so.dbg"
11
.balign PAGE_SIZE
12
vdso32_end:
13
14
.previous