Changeset c0c26ac in mainline


Ignore:
Timestamp:
2012-11-20T22:48:12Z (11 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b94bc6c
Parents:
ba368a6
Message:

CHT with futexes is only a cache, so access it lazily.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/synch/futex.c

    rba368a6 rc0c26ac  
    298298       
    299299        futex_t *futex;
    300         cht_link_t *futex_ptr_link = cht_find(&TASK->futexes->ht, &uaddr);
     300        cht_link_t *futex_ptr_link = cht_find_lazy(&TASK->futexes->ht, &uaddr);
    301301
    302302        if (futex_ptr_link) {
Note: See TracChangeset for help on using the changeset viewer.