login
Header Space

 
 

MXC: Remove WD IRQ priority setting

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Saturday, October 11, 2008 - 2:15 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b69ac...
Commit:     8b69ac577e644e5084a9d7a93e4ccd5184c77626
Parent:     defa8c309d280915a2e7f4451f70bcbb087088a3
Author:     Darius Augulis <augulis.darius@gmail.com>
AuthorDate: Tue Sep 9 10:19:43 2008 +0200
Committer:  Sascha Hauer <s.hauer@pengutronix.de>
CommitDate: Tue Sep 9 12:13:54 2008 +0200

    MXC: Remove WD IRQ priority setting
    
    Remove WD IRQ priority setting from ARCH_MXC common init code, because
    it's application specific.
    
    Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
    Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 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 a41abf0..da28105 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();
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
MXC: Remove WD IRQ priority setting, Linux Kernel Mailing List..., (Sat Oct 11, 2:15 pm)
MXC: add RTCK alternate function definitions, Linux Kernel Mailing List..., (Sat Oct 11, 2:15 pm)
speck-geostationary