From fbb0b9237b2aef766afdc6f35e201e72527c4b3c Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 3 Oct 2011 03:53:15 -0700 Subject: [PATCH] add mmnif_irqhandler in the default handler --- arch/x86/scc/icc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/scc/icc.c b/arch/x86/scc/icc.c index 065c086f..b5ef9002 100644 --- a/arch/x86/scc/icc.c +++ b/arch/x86/scc/icc.c @@ -90,7 +90,7 @@ static void intr_handler(struct state *s) int tmp, z; #ifdef CONFIG_LWIP - //mmnif_irqhandler(); + mmnif_irqhandler(); #endif z = Z_PID(RC_COREID[my_ue]);