Changeset 8a45bf09 in mainline
- Timestamp:
- 2017-09-03T13:56:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4d6629f
- Parents:
- 88db88d
- Location:
- kernel/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ddi/irq.h
r88db88d r8a45bf09 86 86 /** Arguments that will be sent if the IRQ is claimed. */ 87 87 uint32_t scratch[IPC_CALL_LEN]; 88 /** Top-half pseudocode. */88 /** Top-half IRQ code. */ 89 89 irq_code_t *code; 90 90 /** Counter. */ -
kernel/generic/src/ipc/irq.c
r88db88d r8a45bf09 439 439 440 440 /* 441 * Release both locks so that we can free the pseudocode.441 * Release both locks so that we can free the IRQ code. 442 442 */ 443 443 irq_spinlock_unlock(&box->irq_lock, false);
Note:
See TracChangeset
for help on using the changeset viewer.