linux/arch/score/kernel
Arnd Bergmann c606747225 score: cleanups: dead code, 0 as pointer, shadowed variables
A few smaller issues found by sparse, some code that was
never used, two instances of '0' instead of 'NULL' and
local variables shadowing another one.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2009-06-27 15:16:16 +02:00
..
asm-offsets.c score: Add support for Sunplus S+core architecture 2009-06-19 11:38:47 +02:00
entry.S score: move save arg5 and arg6 instruction in front of enable_irq 2009-06-22 12:21:15 +02:00
head.S score: Add support for Sunplus S+core architecture 2009-06-19 11:38:47 +02:00
init_task.c score: remove init_mm 2009-06-19 14:10:45 +02:00
irq.c score: Add support for Sunplus S+core architecture 2009-06-19 11:38:47 +02:00
Makefile score: add generic sys_call_table 2009-06-19 14:10:33 +02:00
module.c score: cleanups: dead code, 0 as pointer, shadowed variables 2009-06-27 15:16:16 +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 score: Add support for Sunplus S+core architecture 2009-06-19 11:38:47 +02:00
signal.c score: cleanups: dead code, 0 as pointer, shadowed variables 2009-06-27 15:16:16 +02:00
sys_call_table.c score: add generic sys_call_table 2009-06-19 14:10:33 +02:00
sys_score.c score: cleanups: dead code, 0 as pointer, shadowed variables 2009-06-27 15:16:16 +02:00
time.c score: fix function prototypes 2009-06-27 15:14:58 +02:00
traps.c score: update files according to review comments 2009-06-19 11:40:13 +02:00
vmlinux.lds.S score: Add support for Sunplus S+core architecture 2009-06-19 11:38:47 +02:00