From 4dbb0a50df22ded5f01ca7a8dec17aab1fada1cb Mon Sep 17 00:00:00 2001 From: Generic account for RWTHAachen Students Date: Wed, 17 Aug 2011 00:42:47 -0700 Subject: [PATCH] low mail prio for noise --- 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 2325896e..8e3102f8 100644 --- a/arch/x86/scc/icc.c +++ b/arch/x86/scc/icc.c @@ -425,7 +425,7 @@ int icc_mail_noise() { /* recv mails */ iRCCE_mail_check(iRCCE_MAILBOX_ALL); - iRCCE_mail_send(0, 100, 0, NULL, j); + iRCCE_mail_send(0, 100, 1, NULL, j); res = iRCCE_mail_recv(&recv_mail); if( res == iRCCE_SUCCESS ) { icc_mail_check_tag(recv_mail);