linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] sh: Unify the system call scripts
@ 2019-01-02 15:37 Firoz Khan
  2019-01-02 15:37 ` [PATCH 1/2] sh: remove nargs from __SYSCALL Firoz Khan
  2019-01-02 15:37 ` [PATCH 2/2] sh: generate uapi header and syscall table header files Firoz Khan
  0 siblings, 2 replies; 7+ messages in thread
From: Firoz Khan @ 2019-01-02 15:37 UTC (permalink / raw)
  To: Yoshinori Sato, Rich Felker, Andrew Morton, Simon Horman,
	Kuninori Morimoto, linux-sh, Greg Kroah-Hartman,
	Philippe Ombredanne, Thomas Gleixner, Kate Stewart
  Cc: y2038, linux-kernel, linux-arch, arnd, deepa.kernel,
	marcin.juszkiewicz, firoz.khan

System call table generation support is provided for
alpha, ia64, m68k, microblaze, mips, parisc, powerpc,
sh, sparc and xtensa architectures. The implementat-
ions are almost similar across all the above archte-
ctures. In order to reduce the source code across all
the above architectures, create common ".sh" files and
keep it in the common directory, script/. This will 
be a generic scripts which can use for all the above
architectures.

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

Firoz Khan (2):
  sh: remove nargs from __SYSCALL
  sh: generate uapi header and syscall table header files

 arch/sh/kernel/syscalls/Makefile      | 11 +++++++++--
 arch/sh/kernel/syscalls/syscallhdr.sh | 36 -----------------------------------
 arch/sh/kernel/syscalls/syscalltbl.sh | 32 -------------------------------
 arch/sh/kernel/syscalls_32.S          |  2 +-
 4 files changed, 10 insertions(+), 71 deletions(-)
 delete mode 100644 arch/sh/kernel/syscalls/syscallhdr.sh
 delete mode 100644 arch/sh/kernel/syscalls/syscalltbl.sh

-- 
1.9.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-01-14  8:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 15:37 [PATCH 0/2] sh: Unify the system call scripts Firoz Khan
2019-01-02 15:37 ` [PATCH 1/2] sh: remove nargs from __SYSCALL Firoz Khan
2019-01-02 15:37 ` [PATCH 2/2] sh: generate uapi header and syscall table header files Firoz Khan
2019-01-10 23:54   ` Guenter Roeck
2019-01-12  4:21     ` Rob Landley
2019-01-12  9:22     ` Geert Uytterhoeven
2019-01-14  7:59       ` Firoz Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).