diff options
Diffstat (limited to 'arch')
-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) for (i = 0; i < 8; i++) __raw_writel(0, AVIC_NIPRIORITY(i)); - /* Set WDOG2's interrupt the highest priority level (bit 28-31) */ - reg = __raw_readl(AVIC_NIPRIORITY(6)); - reg |= (0xF << 28); - __raw_writel(reg, AVIC_NIPRIORITY(6)); - /* init architectures chained interrupt handler */ mxc_register_gpios(); |