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
perf tools: Improve 'libbabel' feature check failure message
[linux/fpc-iii.git]
/
arch
/
sh
/
kernel
/
vsyscall
/
vsyscall-syscall.S
blob
c2ac7f0282b38a025fa553e856a9324cfa1a709b
1
#include <linux/init.h>
2
3
__INITDATA
4
5
.globl vsyscall_trapa_start, vsyscall_trapa_end
6
vsyscall_trapa_start:
7
.incbin "arch/sh/kernel/vsyscall/vsyscall-trapa.so"
8
vsyscall_trapa_end:
9
10
__FINIT