blob: 68f3e4f329eb86505adf88ccb86172e1f21fe807 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * arch/alpha/kernel/systbls.S
4 *
5 * The system call table.
6 */
7
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <asm/unistd.h>
9
Masahiro Yamadab186f2c2021-03-01 23:18:25 +090010#define __SYSCALL(nr, entry) .quad entry
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 .data
12 .align 3
13 .globl sys_call_table
14sys_call_table:
Firoz Khana8faab52018-11-13 15:01:53 +053015#include <asm/syscall_table.h>