diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-mxc/irq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-mxc/irq.c b/arch/arm/plat-mxc/irq.c index a41abf0bdd66..da28105e35ed 100644 --- a/arch/arm/plat-mxc/irq.c +++ b/arch/arm/plat-mxc/irq.c | |||
@@ -116,11 +116,6 @@ void __init mxc_init_irq(void) | |||
116 | for (i = 0; i < 8; i++) | 116 | for (i = 0; i < 8; i++) |
117 | __raw_writel(0, AVIC_NIPRIORITY(i)); | 117 | __raw_writel(0, AVIC_NIPRIORITY(i)); |
118 | 118 | ||
119 | /* Set WDOG2's interrupt the highest priority level (bit 28-31) */ | ||
120 | reg = __raw_readl(AVIC_NIPRIORITY(6)); | ||
121 | reg |= (0xF << 28); | ||
122 | __raw_writel(reg, AVIC_NIPRIORITY(6)); | ||
123 | |||
124 | /* init architectures chained interrupt handler */ | 119 | /* init architectures chained interrupt handler */ |
125 | mxc_register_gpios(); | 120 | mxc_register_gpios(); |
126 | 121 | ||