Changeset 8c9b742 in mainline


Ignore:
Timestamp:
2011-01-24T00:41:44Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f21a61e
Parents:
3c22f70
Message:

Change the client task hash only when making the call or when forwarding
it with IPC_FF_ROUTE_FROM_ME flag.

File:
1 edited

Legend:

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

    r3c22f70 r8c9b742  
    295295                atomic_inc(&phone->active_calls);
    296296                call->data.phone = phone;
    297         }
    298         call->data.task = TASK;
     297                call->data.task = TASK;
     298        }
    299299       
    300300        irq_spinlock_lock(&box->lock, true);
     
    407407                        call->caller_phone = call->data.phone;
    408408                call->data.phone = newphone;
     409                call->data.task = TASK;
    409410        }
    410411       
Note: See TracChangeset for help on using the changeset viewer.