Changeset fb8335c in mainline
- Timestamp:
- 2006-10-18T08:48:52Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19de05f
- Parents:
- b14e35f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/drivers/cuda.c
rb14e35f2 rfb8335c 252 252 static void cuda_irq_handler(irq_t *irq, void *arg, ...) 253 253 { 254 if ( irq->notif_cfg.notify && irq->notif_cfg.answerbox)254 if ((irq->notif_cfg.notify) && (irq->notif_cfg.answerbox)) 255 255 ipc_irq_send_notif(irq); 256 256 else { … … 306 306 sysinfo_set_item_val("kbd.inr", NULL, CUDA_IRQ); 307 307 sysinfo_set_item_val("kbd.address.virtual", NULL, base); 308 309 cuda_grab();310 308 } 311 309
Note:
See TracChangeset
for help on using the changeset viewer.