Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.cfa

    r57c764c4 r2026bb6  
    133133        NULL,
    134134        NULL,
    135         { 1, false, false },
    136         6u //this should be seeded better but due to a bug calling rdtsc doesn't work
     135        { 1, false, false }
    137136};
    138137
     
    261260//Main of the processor contexts
    262261void main(processorCtx_t & runner) {
    263         // Because of a bug, we couldn't initialized the seed on construction
    264         // Do it here
    265         kernelTLS.rand_seed ^= rdtscl();
    266 
    267262        processor * this = runner.proc;
    268263        verify(this);
Note: See TracChangeset for help on using the changeset viewer.