Skip to content

Commit

Permalink
ARM: entry: remove unused irq_prio_table macro
Browse files Browse the repository at this point in the history
Platforms provide an empty irq_prio_table macro, and as nothing uses
this macro, it can simply be removed.

Signed-off-by: Russell King <[email protected]>
  • Loading branch information
Russell King committed Jun 28, 2011
1 parent b0af8df commit b6fcd31
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions arch/arm/mach-bcmring/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,3 @@

.macro arch_ret_to_user, tmp1, tmp2
.endm

.macro irq_prio_table
.endm

3 changes: 0 additions & 3 deletions arch/arm/mach-davinci/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,3 @@
#endif
1002:
.endm

.macro irq_prio_table
.endm
3 changes: 0 additions & 3 deletions arch/arm/mach-h720x/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
tst \irqstat, #1 @ bit 0 should be set
.endm

.macro irq_prio_table
.endm

#else
#error hynix processor selection missmatch
#endif
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/mach-lpc32xx/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@
rsb \irqnr, \irqnr, #31
teq \irqstat, #0
.endm

.macro irq_prio_table
.endm

3 changes: 0 additions & 3 deletions arch/arm/mach-omap2/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,3 @@
#endif

#endif /* MULTI_OMAP2 */

.macro irq_prio_table
.endm
5 changes: 0 additions & 5 deletions arch/arm/mach-pnx4008/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,3 @@
1003:
.endm


.macro irq_prio_table
.endm


4 changes: 0 additions & 4 deletions arch/arm/plat-mxc/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,3 @@
movs \irqnr, \irqnr
#endif
.endm

@ irq priority table (not used)
.macro irq_prio_table
.endm

0 comments on commit b6fcd31

Please sign in to comment.