Changeset 80ca47e in mainline
- Timestamp:
- 2006-10-19T09:19:51Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3dea17f
- Parents:
- de57e060
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/xen32/src/interrupt.c
rde57e060 r80ca47e 189 189 } 190 190 191 static void ipc_int(int n, istate_t *istate)192 {193 ipc_irq_send_notif(n-IVT_IRQBASE);194 trap_virtual_eoi();195 }196 197 191 /** @} 198 192 */
Note:
See TracChangeset
for help on using the changeset viewer.