Increase ethernet irq priority.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 11 Jan 2012 14:40:17 +0000 (14:40 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 11 Jan 2012 14:40:17 +0000 (14:40 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5240 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/drv/eth_at91.c

index 72d2a250169483070e831de748a4fbf6c16752c6..2b3aaca9ea8fa69634d70eb413affef880516a2c 100644 (file)
@@ -486,7 +486,7 @@ int eth_init()
        /* Set the vector. */
        AIC_SVR(EMAC_ID) = emac_irqHandler;
        /* Initialize to edge triggered with defined priority. */
-       AIC_SMR(EMAC_ID) = AIC_SRCTYPE_INT_EDGE_TRIGGERED;
+       AIC_SMR(EMAC_ID) = AIC_SRCTYPE_INT_EDGE_TRIGGERED | 7;
        /* Clear pending interrupt */
        AIC_ICCR = BV(EMAC_ID);
        /* Enable the system IRQ */