Changeset 8c9b742 in mainline
- Timestamp:
- 2011-01-24T00:41:44Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- f21a61e
- Parents:
- 3c22f70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r3c22f70 r8c9b742 295 295 atomic_inc(&phone->active_calls); 296 296 call->data.phone = phone; 297 }298 call->data.task = TASK;297 call->data.task = TASK; 298 } 299 299 300 300 irq_spinlock_lock(&box->lock, true); … … 407 407 call->caller_phone = call->data.phone; 408 408 call->data.phone = newphone; 409 call->data.task = TASK; 409 410 } 410 411
Note: See TracChangeset
for help on using the changeset viewer.