alistair23-linux/arch/score/kernel
Arnd Bergmann 9b05706a74 score: make irq.h definitions local
Some internal definitions of the interrupt controller are
only needed in irq.c, so move them out of the global irq.h
header. Also add proper __iomem annotations for sparse.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2009-06-27 15:22:00 +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 score: make irq.h definitions local 2009-06-27 15:22:00 +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
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
vmlinux.lds.S