Changes in kernel/generic/src/main/kinit.c [cdc4334:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
rcdc4334 ra35b458 265 265 PERM_IO_MANAGER | PERM_IRQ_REG); 266 266 267 if (!ipc_ box_0) {268 ipc_ box_0 = &programs[i].task->answerbox;267 if (!ipc_phone_0) { 268 ipc_phone_0 = &programs[i].task->answerbox; 269 269 /* 270 * Hold the first task so that 271 * ipc_ box_0 remains a valid pointer270 * Hold the first task so that the 271 * ipc_phone_0 remains a valid pointer 272 272 * even if the first task exits for 273 273 * whatever reason.
Note:
See TracChangeset
for help on using the changeset viewer.