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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
sh
/
kernel
/
vsyscall
/
vsyscall-syscall.S
blob
2aeaa2ddee50ebd529b7ebbf043a3388f7919129
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <linux/init.h>
3
4
__INITDATA
5
6
.globl vsyscall_trapa_start, vsyscall_trapa_end
7
vsyscall_trapa_start:
8
.incbin "arch/sh/kernel/vsyscall/vsyscall-trapa.so"
9
vsyscall_trapa_end:
10
11
__FINIT