From ae496a6d19f9f2f2815214f475cd63423117ab8b Mon Sep 17 00:00:00 2001 From: Simon Pickartz Date: Fri, 1 Jul 2011 06:46:59 -0700 Subject: [PATCH] typos --- arch/x86/scc/iRCCE_isend.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ); }