summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/syscall.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xtensa: switch to generic sigaltstackAl Viro2013-02-041-1/+0
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro2013-02-041-1/+0
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* sanitize rt_sigaction() situation a bitAl Viro2013-02-031-5/+0
| | | | | | | | | | | Switch from __ARCH_WANT_SYS_RT_SIGACTION to opposite (!CONFIG_ODD_RT_SIGACTION); the only two architectures that need it are alpha and sparc. The reason for use of CONFIG_... instead of __ARCH_... is that it's needed only kernel-side and doing it that way avoids a mess with include order on many architectures. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* xtensa: clean up files to make them code-style compliantChris Zankel2012-12-191-5/+6
| | | | | | | Remove heading and trailing spaces, trim trailing lines, and wrap lines that are longer than 80 characters. Signed-off-by: Chris Zankel <chris@zankel.net>
* xtensa: switch to generic clone()Al Viro2012-11-291-1/+0
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* consolidate sys_execve() prototypeAl Viro2012-11-291-1/+0
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* xtensa: switch to generic sys_execve()Max Filippov2012-10-261-1/+1
| | | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
* fixups for signal breakageAl Viro2012-06-041-2/+2
| | | | | | Obvious brainos spotted by Geert. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* xtensa: xtensa_sigaction doesn't existAl Viro2012-05-221-2/+0
| | | | | | ... and struct old_sigaction never used Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* xtensa: switch to generic rt_sigsuspend(2)Al Viro2012-05-221-2/+0
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* sanitize do_pipe_flags() callers in archAl Viro2009-12-161-1/+0
| | | | | | | | * hpux_pipe() - no need to take BKL * sys32_pipe() in arch/x86/ia32 and xtensa_pipe() in arch/xtensa - no need at all, since both functions are open-coded sys_pipe() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* Unify sys_mmap*Al Viro2009-12-111-2/+0
| | | | | | | New helper - sys_mmap_pgoff(); switch syscalls to using it. Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* xtensa: move headers files to arch/xtensa/includeChris Zankel2008-11-061-0/+42
Move all header files for xtensa to arch/xtensa/include and platform and variant header files to the appropriate arch/xtensa/platforms/ and arch/xtensa/variants/ directories. Moving the files gets also rid of all uses of symlinks in the Makefile. This has been completed already for the majority of the architectures and xtensa is one out of six missing. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Chris Zankel <chris@zankel.net>