Changeset 37be841 in mainline for kernel/generic/src/ipc/irq.c
- Timestamp:
- 2009-04-06T15:44:11Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b014e9f
- Parents:
- 44814b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/irq.c
r44814b8 r37be841 292 292 list_remove(&irq->notif_cfg.link); 293 293 294 /* Free up the pseudo code and associated structures. */ 295 code_free(irq->notif_cfg.code); 296 297 spinlock_unlock(&irq->lock); 298 294 299 /* Remove from the hash table. */ 295 300 hash_table_remove(&irq_uspace_hash_table, key, 2); 296 301 297 /* Free up the pseudo code and associated structures. */298 code_free(irq->notif_cfg.code);299 300 spinlock_unlock(&irq->lock);301 302 free(irq); 302 303 }
Note:
See TracChangeset
for help on using the changeset viewer.