remove workaround

This commit is contained in:
Sebastien Bourdeauducq 2015-07-07 13:46:14 +02:00
parent f9d878119a
commit d20fb5abb2
1 changed files with 0 additions and 5 deletions

View File

@ -217,11 +217,6 @@ static int process_input(void)
memcpy(&reply.eid, &buffer_in[9], 4);
memcpy(&reply.retval, &buffer_in[13], 4);
mailbox_send_and_wait(&reply);
/* HACK/FIXME: workaround for intermittent crashes that happen when running rpc_timing with comm_tcp */
int i;
for(i=0;i<100000;i++)
__asm__ volatile("l.nop");
/* */
user_kernel_state = USER_KERNEL_RUNNING;
break;
}