[PATCH 0/3] c6x: system call table generation for asm-generic

From: Firoz Khan
Date: Mon Jan 07 2019 - 09:53:21 EST


This will be an automated scripts to provide easy support
for add/modify/delete the system call entry by add entry
in respective syscall.tbl file.

System call table generation support for asm-generic is
provide for c6x architecture which will use the common
scripts resides in scripts directory and use syscall.tbl
as inputs. This implementation will replace asm-generic-
/unistd.h.

This patch depends on:
https://lore.kernel.org/lkml/1546439331-18646-1-git-send-email-firoz.khan@xxxxxxxxxx/
https://lore.kernel.org/lkml/1546520681-24453-1-git-send-email-firoz.khan@xxxxxxxxxx/

Firoz Khan (3):
c6x: add Makefile to invoke syscall table generation script
c6x: add __ARCH_NOMMU as a bugfix
c6x: generate uapi and kapi headers

arch/c6x/Makefile | 3 +++
arch/c6x/include/asm/Kbuild | 1 +
arch/c6x/include/uapi/asm/Kbuild | 1 +
arch/c6x/include/uapi/asm/unistd.h | 15 +++++++++-----
arch/c6x/kernel/sys_c6x.c | 3 ++-
arch/c6x/kernel/syscalls/Makefile | 41 ++++++++++++++++++++++++++++++++++++++
6 files changed, 58 insertions(+), 6 deletions(-)
create mode 100644 arch/c6x/kernel/syscalls/Makefile

--
1.9.1