- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r57c764c4 r2026bb6 133 133 NULL, 134 134 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 } 137 136 }; 138 137 … … 261 260 //Main of the processor contexts 262 261 void main(processorCtx_t & runner) { 263 // Because of a bug, we couldn't initialized the seed on construction264 // Do it here265 kernelTLS.rand_seed ^= rdtscl();266 267 262 processor * this = runner.proc; 268 263 verify(this);
Note:
See TracChangeset
for help on using the changeset viewer.