projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6]
/
arch
/
sh
/
kernel
/
vsyscall
/
vsyscall-syscall.S
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