aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-common')
-rw-r--r--arch/blackfin/mach-common/ints-priority.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c
index 3498a90979e..389c5e8aa45 100644
--- a/arch/blackfin/mach-common/ints-priority.c
+++ b/arch/blackfin/mach-common/ints-priority.c
@@ -1139,13 +1139,6 @@ int __init init_arch_irq(void)
1139 bfin_write_SIC_IWR(IWR_DISABLE_ALL); 1139 bfin_write_SIC_IWR(IWR_DISABLE_ALL);
1140#endif 1140#endif
1141 1141
1142#ifdef CONFIG_IPIPE
1143 for (irq = 0; irq < NR_IRQS; irq++) {
1144 struct irq_desc *desc = irq_to_desc(irq);
1145 desc->ic_prio = __ipipe_get_irq_priority(irq);
1146 }
1147#endif /* CONFIG_IPIPE */
1148
1149 return 0; 1142 return 0;
1150} 1143}
1151 1144