Skip to content

Commit

Permalink
bf60x: sec: Clean up interrupt initialization code for SEC.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Bob Liu <[email protected]>
  • Loading branch information
sonicz authored and aet00 committed Jul 24, 2012
1 parent 2984b52 commit 11b27cb
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 87 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf548/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@
#define MAX_BLACKFIN_GPIOS 160

#define BFIN_GPIO_PINT 1
#define NR_PINT_SYS_IRQS 4
#define NR_PINTS 160

#ifndef __ASSEMBLY__

Expand Down
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf609/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@


#define BFIN_GPIO_PINT 1
#define NR_PINT_SYS_IRQS 6
#define NR_PINTS 112


#ifndef __ASSEMBLY__
Expand Down
Loading

0 comments on commit 11b27cb

Please sign in to comment.