Changeset f1d5ef8 in mainline


Ignore:
Timestamp:
2012-09-12T21:05:46Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
796692c
Parents:
cd671c3
Message:

Document two issues in ipc_answerbox_slam_phones() when cleaning up a kbox.

File:
1 edited

Legend:

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

    rcd671c3 rf1d5ef8  
    554554                        mutex_unlock(&phone->lock);
    555555                        irq_spinlock_unlock(&box->lock, true);
     556
     557                        // FIXME: phone can become deallocated at any time now
     558
     559                        // FIXME: call->sender == TASK
    556560                       
    557561                        /*
Note: See TracChangeset for help on using the changeset viewer.