Ignore:
File:
1 edited

Legend:

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

    r90efa3b rbab75df6  
    529529
    530530        if (irq->notif_cfg.answerbox) {
    531                 call_t *call = ipc_call_alloc();
     531                call_t *call = ipc_call_alloc(FRAME_ATOMIC);
    532532                if (!call)
    533533                        return;
     
    565565
    566566        if (irq->notif_cfg.answerbox) {
    567                 call_t *call = ipc_call_alloc();
     567                call_t *call = ipc_call_alloc(FRAME_ATOMIC);
    568568                if (!call) {
    569569                        irq_spinlock_unlock(&irq->lock, true);
Note: See TracChangeset for help on using the changeset viewer.