Changeset 09ab0a9a in mainline for kernel/generic/src/synch/futex.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

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

    rb2aaaa0 r09ab0a9a  
    9494} futex_ptr_t;
    9595
    96 
    9796static void destroy_task_cache(work_t *work);
    9897
     
    116115static bool task_fut_ht_equal(const cht_link_t *item1, const cht_link_t *item2);
    117116static bool task_fut_ht_key_equal(void *key, const cht_link_t *item);
    118 
    119117
    120118/** Mutex protecting the global futex hash table.
     
    226224}
    227225
    228 
    229226/** Initialize the kernel futex structure.
    230227 *
     
    284281        return get_and_cache_futex(paddr, uaddr);
    285282}
    286 
    287283
    288284/** Finds the physical address of the futex variable. */
     
    331327        return futex;
    332328}
    333 
    334329
    335330/**
     
    448443}
    449444
    450 
    451445/** Return the hash of the key stored in the item */
    452446size_t futex_ht_hash(const ht_link_t *item)
Note: See TracChangeset for help on using the changeset viewer.