aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/include
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-06-27 09:22:00 -0400
committerArnd Bergmann <arnd@arndb.de>2009-06-27 09:22:00 -0400
commit9b05706a744da939655525eeeae23f1989b434ce (patch)
treef1ec0b10bd6c402e47d992ff44fb2c8289d31931 /arch/score/include
parentc6067472252c1d6155c7c01c93e0d580342cdb29 (diff)
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>
Diffstat (limited to 'arch/score/include')
-rw-r--r--arch/score/include/asm/irq.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/score/include/asm/irq.h b/arch/score/include/asm/irq.h
index 401f6704848c..6edd2a2adef7 100644
--- a/arch/score/include/asm/irq.h
+++ b/arch/score/include/asm/irq.h
@@ -18,16 +18,6 @@
18 18
19#define irq_canonicalize(irq) (irq) 19#define irq_canonicalize(irq) (irq)
20 20
21#define P_INT_PNDL 0x95F50000
22#define P_INT_PNDH 0x95F50004
23#define P_INT_PRIORITY_M 0x95F50008
24#define P_INT_PRIORITY_SG0 0x95F50010
25#define P_INT_PRIORITY_SG1 0x95F50014
26#define P_INT_PRIORITY_SG2 0x95F50018
27#define P_INT_PRIORITY_SG3 0x95F5001C
28#define P_INT_MASKL 0x95F50020
29#define P_INT_MASKH 0x95F50024
30
31#define IRQ_TIMER (7) /* Timer IRQ number of SPCT6600 */ 21#define IRQ_TIMER (7) /* Timer IRQ number of SPCT6600 */
32 22
33#endif /* _ASM_SCORE_IRQ_H */ 23#endif /* _ASM_SCORE_IRQ_H */