Changeset 2fb49101 in mainline


Ignore:
Timestamp:
2006-03-16T00:30:31Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ad7627
Parents:
2d5a54f3
Message:

Fixed bad locking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/ipc/sysipc.c

    r2d5a54f3 r2fb49101  
    8181static void phone_dealloc(int phoneid)
    8282{
    83         spinlock_lock(TASK->lock);
     83        spinlock_lock(&TASK->lock);
    8484
    8585        ASSERT(TASK->phones[phoneid].callee);
    8686
    8787        TASK->phones[phoneid].callee = NULL;
    88         spinlock_unlock(TASK->lock);
     88        spinlock_unlock(&TASK->lock);
    8989}
    9090
Note: See TracChangeset for help on using the changeset viewer.