diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-06-28 07:16:48 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 01:39:51 -0400 |
commit | 11b27cb5b97319bae0a1604ddac85b9b08802a7e (patch) | |
tree | f3b407c53e122150830a3bac9598688e93f0cd17 /arch/blackfin/mach-bf548/include | |
parent | 2984b52b07ce45495700ce82f085800431b79cdc (diff) |
bf60x: sec: Clean up interrupt initialization code for SEC.
Turn SEC related macro CONFIG_BF60x into SEC_GCTL.
Move machine specific GPIO_PINT macros to machine gpio header.
Split SEC init_arch_irq() and vec_to_irq() from old SIC.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf548/include')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/gpio.h b/arch/blackfin/mach-bf548/include/mach/gpio.h index 35c8ced46158..be9edb28f96b 100644 --- a/arch/blackfin/mach-bf548/include/mach/gpio.h +++ b/arch/blackfin/mach-bf548/include/mach/gpio.h | |||
@@ -171,6 +171,8 @@ | |||
171 | #define MAX_BLACKFIN_GPIOS 160 | 171 | #define MAX_BLACKFIN_GPIOS 160 |
172 | 172 | ||
173 | #define BFIN_GPIO_PINT 1 | 173 | #define BFIN_GPIO_PINT 1 |
174 | #define NR_PINT_SYS_IRQS 4 | ||
175 | #define NR_PINTS 160 | ||
174 | 176 | ||
175 | #ifndef __ASSEMBLY__ | 177 | #ifndef __ASSEMBLY__ |
176 | 178 | ||