Jesper Nilsson
6d3d4be403
CRIS: Wire up syscalls signalfd4 to writev.
...
Adds sys_signalfd4, sys_eventfd2, sys_epoll_create1, sys_dup3,
sys_pipe2, sys_inotify_init1, sys_preadv, sys_pwritev
for both CRISv10 and CRISv32.
2009-04-28 17:53:35 +02:00
Heiko Carstens
e55380edf6
[CVE-2009-0029] Rename old_readdir to sys_old_readdir
...
This way it matches the generic system call name convention.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com >
2009-01-14 14:15:15 +01:00
Jesper Nilsson
556dcee7b8
[CRIS] Move header files from include to arch/cris/include.
...
Change all users of header files to correct path.
Remove some unneeded headers for arch-v32.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com >
2008-10-29 17:29:44 +01:00
Jesper Nilsson
7800029df3
CRIS: Add new timerfd syscall entries.
2008-02-08 11:54:30 +01:00
Jesper Nilsson
ffc8b00d58
CRIS v32: Update entry.S to working order.
...
- Remove oldset parameter.
- Utilise delay-slot for parameter moving.
- Add kernel_execve as break 13.
- Add new kernel syscalls.
2008-02-08 11:06:25 +01:00
Jörn Engel
6ab3d5624e
Remove obsolete #include <linux/config.h>
...
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de >
Signed-off-by: Adrian Bunk <bunk@stusta.de >
2006-06-30 19:25:36 +02:00
Sam Ravnborg
5a0773698c
kbuild: cris use generic asm-offsets.h support
...
Cris has a dedicated asm-offsets.c file per subarchitecture.
So a symlink is created to put the desired asm-offsets.c file
in $(ARCH)/kernel
This is absolutely not good practice, but it was the trick
used in the rest of the cris code.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org >
2005-09-09 22:44:31 +02:00
Mikael Starvik
51533b615e
[PATCH] CRIS update: new subarchitecture v32
...
New CRIS sub architecture named v32.
From: Dave Jones <davej@redhat.com >
Fix swapped kmalloc args
Signed-off-by: Mikael Starvik <starvik@axis.com >
Signed-off-by: Dave Jones <davej@redhat.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-07-27 16:26:01 -07:00