From 09d65746385f114d49d9ba5ba861a8bb4da59ef0 Mon Sep 17 00:00:00 2001 From: Darius Augulis Date: Tue, 9 Sep 2008 10:19:43 +0200 Subject: [PATCH] --- yaml --- r: 112492 b: refs/heads/master c: 8b69ac577e644e5084a9d7a93e4ccd5184c77626 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-mxc/irq.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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();