Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112492
b: refs/heads/master
c: 8b69ac5
h: refs/heads/master
v: v3
  • Loading branch information
Darius Augulis authored and Sascha Hauer committed Sep 9, 2008
1 parent 25003da commit 09d6574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: defa8c309d280915a2e7f4451f70bcbb087088a3
refs/heads/master: 8b69ac577e644e5084a9d7a93e4ccd5184c77626
5 changes: 0 additions & 5 deletions trunk/arch/arm/plat-mxc/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 09d6574

Please sign in to comment.