projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'io_uring-6.6-2023-09-08' of git://git.kernel.dk/linux
[platform/kernel/linux-rpi.git]
/
arch
/
alpha
/
kernel
/
systbls.S
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* arch/alpha/kernel/systbls.S
4
*
5
* The system call table.
6
*/
7
8
#include <asm/unistd.h>
9
10
#define __SYSCALL(nr, entry) .quad entry
11
.data
12
.align 3
13
.globl sys_call_table
14
sys_call_table:
15
#include <asm/syscall_table.h>