repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'mini2440-dev-extras' into mini2440-dev
[linux-2.6/mini2440.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