Changeset fb8335c in mainline


Ignore:
Timestamp:
2006-10-18T08:48:52Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19de05f
Parents:
b14e35f2
Message:

remove grab (not needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/drivers/cuda.c

    rb14e35f2 rfb8335c  
    252252static void cuda_irq_handler(irq_t *irq, void *arg, ...)
    253253{
    254         if (irq->notif_cfg.notify && irq->notif_cfg.answerbox)
     254        if ((irq->notif_cfg.notify) && (irq->notif_cfg.answerbox))
    255255                ipc_irq_send_notif(irq);
    256256        else {
     
    306306        sysinfo_set_item_val("kbd.inr", NULL, CUDA_IRQ);
    307307        sysinfo_set_item_val("kbd.address.virtual", NULL, base);
    308 
    309         cuda_grab();
    310308}
    311309
Note: See TracChangeset for help on using the changeset viewer.