mirror of https://github.com/m-labs/artiq.git
remove workaround
This commit is contained in:
parent
f9d878119a
commit
d20fb5abb2
|
@ -217,11 +217,6 @@ static int process_input(void)
|
||||||
memcpy(&reply.eid, &buffer_in[9], 4);
|
memcpy(&reply.eid, &buffer_in[9], 4);
|
||||||
memcpy(&reply.retval, &buffer_in[13], 4);
|
memcpy(&reply.retval, &buffer_in[13], 4);
|
||||||
mailbox_send_and_wait(&reply);
|
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;
|
user_kernel_state = USER_KERNEL_RUNNING;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue