alistair23-linux/arch/score/kernel
Arnd Bergmann bddc605955 score: fix function prototypes
Syscalls should return 'long' and be marked as 'asmlinkage'.
Functions that are only used in a single file should be 'static'.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2009-06-27 15:14:58 +02:00
..
asm-offsets.c
entry.S score: move save arg5 and arg6 instruction in front of enable_irq 2009-06-22 12:21:15 +02:00
head.S
init_task.c score: remove init_mm 2009-06-19 14:10:45 +02:00
irq.c
Makefile score: add generic sys_call_table 2009-06-19 14:10:33 +02:00
module.c score: add missing #includes 2009-06-27 15:09:46 +02:00
process.c score: add missing #includes 2009-06-27 15:09:46 +02:00
ptrace.c score: add address space annotations 2009-06-27 15:09:52 +02:00
setup.c
signal.c score: fix function prototypes 2009-06-27 15:14:58 +02:00
sys_call_table.c score: add generic sys_call_table 2009-06-19 14:10:33 +02:00
sys_score.c score: fix function prototypes 2009-06-27 15:14:58 +02:00
time.c score: fix function prototypes 2009-06-27 15:14:58 +02:00
traps.c
vmlinux.lds.S