Changeset 95b3550 in mainline for kernel/arch/ia32/src/interrupt.c
- Timestamp:
- 2006-10-18T16:59:28Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a000fd71
- Parents:
- 494a54a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/interrupt.c
r494a54a r95b3550 190 190 } 191 191 192 static void ipc_int(int n, istate_t *istate)193 {194 ipc_irq_send_notif(n-IVT_IRQBASE);195 trap_virtual_eoi();196 }197 198 192 /** @} 199 193 */
Note:
See TracChangeset
for help on using the changeset viewer.