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 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git]
/
arch
/
powerpc
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob
6ac107ac402a93ffcabb5f0cd365132f922fe88d
1
#include <linux/linkage.h>
2
#include <asm/page.h>
3
4
__PAGE_ALIGNED_DATA
5
6
.globl vdso32_start, vdso32_end
7
.balign PAGE_SIZE
8
vdso32_start:
9
.incbin "arch/powerpc/kernel/vdso32/vdso32.so.dbg"
10
.balign PAGE_SIZE
11
vdso32_end:
12
13
.previous