Changeset 43752b6 in mainline for generic/src/ipc/sysipc.c


Ignore:
Timestamp:
2006-06-11T17:03:02Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dd054bc2
Parents:
0b917dd
Message:

Modified ipc/irq to be able to pass up to 3 arguments to userspace.

File:
1 edited

Legend:

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

    r0b917dd r43752b6  
    519519        if (call->flags & IPC_CALL_NOTIF) {
    520520                ASSERT(! (call->flags & IPC_CALL_STATIC_ALLOC));
    521                 STRUCT_TO_USPACE(&calldata->args, &call->data.args);
     521
     522                /* Set in_phone_hash to the interrupt counter */
     523                call->data.phone = (void *)call->private;
     524               
     525                STRUCT_TO_USPACE(calldata, &call->data);
     526
    522527                ipc_call_free(call);
    523528               
Note: See TracChangeset for help on using the changeset viewer.