]> Git Repo - linux.git/blob - arch/m68k/kernel/syscalltable.S
arm64: entry-common: don't touch daif before bp-hardening
[linux.git] / arch / m68k / kernel / syscalltable.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *  Copyright (C) 2002, Greg Ungerer ([email protected])
4  *
5  *  Based on older entry.S files, the following copyrights apply:
6  *
7  *  Copyright (C) 1998  D. Jeff Dionne <[email protected]>,
8  *                      Kenneth Albanowski <[email protected]>,
9  *  Copyright (C) 2000  Lineo Inc. (www.lineo.com) 
10  *  Copyright (C) 1991, 1992  Linus Torvalds
11  *
12  *  Linux/m68k support by Hamish Macdonald
13  */
14
15 #include <linux/linkage.h>
16
17 #ifndef CONFIG_MMU
18 #define sys_mmap2       sys_mmap_pgoff
19 #endif
20
21 #define __SYSCALL(nr, entry, nargs) .long entry
22         .section .rodata
23 ALIGN
24 ENTRY(sys_call_table)
25 #include <asm/syscall_table.h>
26 #undef __SYSCALL
This page took 0.025796 seconds and 4 git commands to generate.