Changeset 4874c2d in mainline for kernel/generic/src/ipc/irq.c
- Timestamp:
- 2006-10-17T20:32:35Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b14e35f2
- Parents:
- 8513ad7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/irq.c
r8513ad7 r4874c2d 177 177 if (irq) { 178 178 if (irq->notif_cfg.answerbox == box) { 179 code_free(irq->notif_cfg.code); 179 irq->notif_cfg.notify = false; 180 irq->notif_cfg.answerbox = NULL; 180 181 irq->notif_cfg.code = NULL; 181 irq->notif_cfg.answerbox = NULL;182 182 irq->notif_cfg.method = 0; 183 183 irq->notif_cfg.counter = 0; 184 code_free(irq->notif_cfg.code); 184 185 spinlock_unlock(&irq->lock); 185 186 } … … 227 228 } 228 229 230 irq->notif_cfg.notify = true; 229 231 irq->notif_cfg.answerbox = box; 230 232 irq->notif_cfg.method = method;
Note:
See TracChangeset
for help on using the changeset viewer.