Commit b6fcd313 authored by Russell King's avatar Russell King

ARM: entry: remove unused irq_prio_table macro

Platforms provide an empty irq_prio_table macro, and as nothing uses
this macro, it can simply be removed.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b0af8dfd
...@@ -80,7 +80,3 @@ ...@@ -80,7 +80,3 @@
.macro arch_ret_to_user, tmp1, tmp2 .macro arch_ret_to_user, tmp1, tmp2
.endm .endm
.macro irq_prio_table
.endm
...@@ -46,6 +46,3 @@ ...@@ -46,6 +46,3 @@
#endif #endif
1002: 1002:
.endm .endm
.macro irq_prio_table
.endm
...@@ -57,9 +57,6 @@ ...@@ -57,9 +57,6 @@
tst \irqstat, #1 @ bit 0 should be set tst \irqstat, #1 @ bit 0 should be set
.endm .endm
.macro irq_prio_table
.endm
#else #else
#error hynix processor selection missmatch #error hynix processor selection missmatch
#endif #endif
......
...@@ -41,7 +41,3 @@ ...@@ -41,7 +41,3 @@
rsb \irqnr, \irqnr, #31 rsb \irqnr, \irqnr, #31
teq \irqstat, #0 teq \irqstat, #0
.endm .endm
.macro irq_prio_table
.endm
...@@ -165,6 +165,3 @@ ...@@ -165,6 +165,3 @@
#endif #endif
#endif /* MULTI_OMAP2 */ #endif /* MULTI_OMAP2 */
.macro irq_prio_table
.endm
...@@ -120,8 +120,3 @@ ...@@ -120,8 +120,3 @@
1003: 1003:
.endm .endm
.macro irq_prio_table
.endm
...@@ -78,7 +78,3 @@ ...@@ -78,7 +78,3 @@
movs \irqnr, \irqnr movs \irqnr, \irqnr
#endif #endif
.endm .endm
@ irq priority table (not used)
.macro irq_prio_table
.endm
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment