diff --git a/[refs] b/[refs] index 0521ee63ff96..9565aac085d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: defa8c309d280915a2e7f4451f70bcbb087088a3 +refs/heads/master: 8b69ac577e644e5084a9d7a93e4ccd5184c77626 diff --git a/trunk/arch/arm/plat-mxc/irq.c b/trunk/arch/arm/plat-mxc/irq.c index a41abf0bdd66..da28105e35ed 100644 --- a/trunk/arch/arm/plat-mxc/irq.c +++ b/trunk/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();