sh: Add syscall entries for non multiplexed socket calls
authorCarmelo AMOROSO <carmelo.amoroso@st.com>
Wed, 1 Sep 2010 01:49:29 +0000 (01:49 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 14 Sep 2010 08:37:53 +0000 (17:37 +0900)
commit459ebb34bd90f1ff12725a17289b7defbc6cd655
treea79bef6025eb4c5359414e73292d5b47d39619fd
parente0009b0a44f28227571d8cddebc5ccdae86027a6
sh: Add syscall entries for non multiplexed socket calls

Linux kernel already has socket syscalls that can be invoked
without the multiplexing sys_socketcall wrapper.
C library wrappers are ready to use them directly. It needs just
to define the missing syscall numbers and provide the related entries
into the syscalls table, like sh64 aleady does.

Signed-off-by: Francesco Rundo <francesco.rundo@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/unistd_32.h
arch/sh/kernel/syscalls_32.S