Changeset 460 for trunk/kernel/libk


Ignore:
Timestamp:
Aug 18, 2018, 2:39:34 AM (6 years ago)
Author:
viala@…
Message:

Typo: remote_spinlock_lock/unlock decrement/increment locks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/remote_spinlock.h

    r457 r460  
    6060 * It polls the lock and returns only when the lock has been taken.
    6161 * All IRQs are disabled and will keep disabled until the lock is released.
    62  * It increments the calling thread local_locks count when the lock has been taken.
     62 * It increments the calling thread remote_locks count when the lock has been taken.
    6363 *******************************************************************************************
    6464 * @ lock_xp    : extended pointer on the remote spinlock.
     
    7171 * This function releases a remote busy_waiting spinlock.
    7272 * It restores the CPU SR state.
    73  * It decrements the calling thread locks count.
     73 * It decrements the calling thread remote_locks count.
    7474 *******************************************************************************************
    7575 * @ lock_xp    : extended pointer on remote spinlock.
Note: See TracChangeset for help on using the changeset viewer.