/* SPDX-License-Identifier: GPL-2.0 */1/*2* Copyright (C) 2002, Greg Ungerer ([email protected])3*4* Based on older entry.S files, the following copyrights apply:5*6* Copyright (C) 1998 D. Jeff Dionne <[email protected]>,7* Kenneth Albanowski <[email protected]>,8* Copyright (C) 2000 Lineo Inc. (www.lineo.com)9* Copyright (C) 1991, 1992 Linus Torvalds10*11* Linux/m68k support by Hamish Macdonald12*/1314#include <linux/linkage.h>1516#ifndef CONFIG_MMU17#define sys_mmap2 sys_mmap_pgoff18#endif1920#define __SYSCALL(nr, entry) .long entry21.section .rodata22ALIGN23ENTRY(sys_call_table)24#include <asm/syscall_table.h>252627