Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    r4ecc35a r22226e4  
    214214
    215215                // completion queue
    216                 cq.lock      = 0;
    217216                cq.head      = (volatile __u32 *)(((intptr_t)cq.ring_ptr) + params.cq_off.head);
    218217                cq.tail      = (volatile __u32 *)(((intptr_t)cq.ring_ptr) + params.cq_off.tail);
Note: See TracChangeset for help on using the changeset viewer.