diff --git a/arch/x86/scc/iRCCE_isend.c b/arch/x86/scc/iRCCE_isend.c index 51cde3eb..ec1ee81e 100644 --- a/arch/x86/scc/iRCCE_isend.c +++ b/arch/x86/scc/iRCCE_isend.c @@ -262,18 +262,18 @@ int iRCCE_isend( iRCCE_mail_send( send_size, iRCCE_ANYLENGTH_PIGGYBACK, 0, privbuf, dest ); - NOP8; - NOP8; - send_irq( dest ); + //NOP8; + //NOP8; + //send_irq( dest ); return iRCCE_SUCCESS; } // we need an extra isend-call else { iRCCE_mail_send( send_size, iRCCE_ANYLENGTH, 0, NULL, dest ); - NOP8; - NOP8; - send_irq( dest ); + //NOP8; + //NOP8; + //send_irq( dest ); return iRCCE_isend_general( privbuf, send_size, dest, request ); }