diff options
author | David S. Miller <davem@davemloft.net> | 2008-12-28 23:19:47 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-28 23:19:47 -0500 |
commit | e3c6d4ee545e427b55882d97d3b663c6411645fe (patch) | |
tree | 294326663fb757739a98083c2ddd570d1eaf7337 /arch/sh/include/mach-se/mach/se.h | |
parent | 5bc053089376217943187ed5153d0d1e5c5085b6 (diff) | |
parent | 3c92ec8ae91ecf59d88c798301833d7cf83f2179 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
arch/sparc64/kernel/idprom.c
Diffstat (limited to 'arch/sh/include/mach-se/mach/se.h')
-rw-r--r-- | arch/sh/include/mach-se/mach/se.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/sh/include/mach-se/mach/se.h b/arch/sh/include/mach-se/mach/se.h index eb23000e1bbe..14be91c5a2f0 100644 --- a/arch/sh/include/mach-se/mach/se.h +++ b/arch/sh/include/mach-se/mach/se.h | |||
@@ -68,6 +68,24 @@ | |||
68 | #define BCR_ILCRF (PA_BCR + 10) | 68 | #define BCR_ILCRF (PA_BCR + 10) |
69 | #define BCR_ILCRG (PA_BCR + 12) | 69 | #define BCR_ILCRG (PA_BCR + 12) |
70 | 70 | ||
71 | #if defined(CONFIG_CPU_SUBTYPE_SH7709) | ||
72 | #define INTC_IRR0 0xa4000004UL | ||
73 | #define INTC_IRR1 0xa4000006UL | ||
74 | #define INTC_IRR2 0xa4000008UL | ||
75 | |||
76 | #define INTC_ICR0 0xfffffee0UL | ||
77 | #define INTC_ICR1 0xa4000010UL | ||
78 | #define INTC_ICR2 0xa4000012UL | ||
79 | #define INTC_INTER 0xa4000014UL | ||
80 | |||
81 | #define INTC_IPRC 0xa4000016UL | ||
82 | #define INTC_IPRD 0xa4000018UL | ||
83 | #define INTC_IPRE 0xa400001aUL | ||
84 | |||
85 | #define IRQ0_IRQ 32 | ||
86 | #define IRQ1_IRQ 33 | ||
87 | #endif | ||
88 | |||
71 | #if defined(CONFIG_CPU_SUBTYPE_SH7705) | 89 | #if defined(CONFIG_CPU_SUBTYPE_SH7705) |
72 | #define IRQ_STNIC 12 | 90 | #define IRQ_STNIC 12 |
73 | #define IRQ_CFCARD 14 | 91 | #define IRQ_CFCARD 14 |