1
1

This comment seems to contradict with the compilers opportunities to

optimize the unused data out.
Этот коммит содержится в:
George Bosilca 2015-02-15 11:37:22 -05:00
родитель 7d3708d3b8
Коммит 84994c7438

Просмотреть файл

@ -100,7 +100,7 @@ static void mark_buffer (struct mca_btl_base_endpoint_t *endpoint)
{
if (endpoint->port_id.node != mca_btl_scif_module.port_id.node) {
/* force the PCIe bus to flush by reading from the remote node */
volatile uint32_t start = endpoint->send_buffer.startp[0];
volatile uint32_t start = endpoint->send_buffer.startp[0]; (void)start;
endpoint->send_buffer.endp[0] = endpoint->send_buffer.end;