Changeset 6df41418 in mainline for kernel/generic/src/main/kinit.c


Ignore:
Timestamp:
2018-03-11T07:35:05Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Children:
4428d62
Parents:
414e09d
git-author:
Jakub Jermar <jakub@…> (2018-02-20 21:29:28)
git-committer:
Jakub Jermar <jakub@…> (2018-03-11 07:35:05)
Message:

Rename ipc_phone_0 to ipc_box_0 for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/kinit.c

    r414e09d r6df41418  
    265265                                    PERM_IO_MANAGER | PERM_IRQ_REG);
    266266
    267                                 if (!ipc_phone_0) {
    268                                         ipc_phone_0 = &programs[i].task->answerbox;
     267                                if (!ipc_box_0) {
     268                                        ipc_box_0 = &programs[i].task->answerbox;
    269269                                        /*
    270                                          * Hold the first task so that the
    271                                          * ipc_phone_0 remains a valid pointer
     270                                         * Hold the first task so that
     271                                         * ipc_box_0 remains a valid pointer
    272272                                         * even if the first task exits for
    273273                                         * whatever reason.
Note: See TracChangeset for help on using the changeset viewer.