]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/m68k/kernel/syscalltable.S
UBUNTU: Ubuntu-5.4.0-117.132
[mirror_ubuntu-focal-kernel.git] / arch / m68k / kernel / syscalltable.S
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4 2/*
1da177e4
LT
3 * Copyright (C) 2002, Greg Ungerer (gerg@snapgear.com)
4 *
5 * Based on older entry.S files, the following copyrights apply:
6 *
7 * Copyright (C) 1998 D. Jeff Dionne <jeff@lineo.ca>,
8 * Kenneth Albanowski <kjahds@kjahds.com>,
9 * Copyright (C) 2000 Lineo Inc. (www.lineo.com)
10 * Copyright (C) 1991, 1992 Linus Torvalds
c4245c9d
GU
11 *
12 * Linux/m68k support by Hamish Macdonald
1da177e4
LT
13 */
14
1da177e4 15#include <linux/linkage.h>
1da177e4 16
c4245c9d 17#ifndef CONFIG_MMU
005e13a9 18#define sys_mmap2 sys_mmap_pgoff
c4245c9d
GU
19#endif
20
005e13a9
FK
21#define __SYSCALL(nr, entry, nargs) .long entry
22 .section .rodata
1da177e4
LT
23ALIGN
24ENTRY(sys_call_table)
005e13a9
FK
25#include <asm/syscall_table.h>
26#undef __SYSCALL