summaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* [XTENSA] Fix fadvise64_64Chris Zankel2007-08-271-0/+2
| | | | | | | | Xtensa passes long long arguments in a even/odd register pair, so we also need to shuffle the arguments when passed through the system call to avoid an empty argument register. Signed-off-by: Chris Zankel <chris@zankel.net>
* [XTENSA] add missing system callsChris Zankel2007-08-271-1/+21
| | | | | | | | Add missing system calls that have been recently added to the kernel for the Xtensa architecture and define __IGNORE macros for system calls that we don't need for Xtensa. Signed-off-by: Chris Zankel <chris@zankel.net>
* [PATCH] xtensa: fix system call interfaceChris Zankel2006-12-101-0/+20
This is a long outstanding patch to finally fix the syscall interface. The constants used for the system calls are those we have provided in our libc patches. This patch also fixes the shmbuf and stat structure, and fcntl definitions. Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
OpenPOWER on IntegriCloud