Changeset d8f7362 in mainline for generic/src/ipc/irq.c


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

Small updates to ipc.

File:
1 edited

Legend:

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

    rb65caba1 rd8f7362  
    216216        if (irq_conns[irq].box) {
    217217                call = ipc_call_alloc(FRAME_ATOMIC);
     218                if (!call) {
     219                        spinlock_unlock(&irq_conns[irq].lock);
     220                        return;
     221                }
    218222                call->flags |= IPC_CALL_NOTIF;
    219223                IPC_SET_METHOD(call->data, IPC_M_INTERRUPT);
Note: See TracChangeset for help on using the changeset viewer.