Changeset a000fd71 in mainline
- Timestamp:
- 2006-10-18T17:03:56Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd13c2a
- Parents:
- 95b3550
- Location:
- kernel/arch/amd64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/interrupt.h
r95b3550 ra000fd71 40 40 41 41 #define IVT_ITEMS IDT_ITEMS 42 #define IVT_FIRST 0 42 43 43 44 #define EXC_COUNT 32 -
kernel/arch/amd64/src/interrupt.c
r95b3550 ra000fd71 167 167 } 168 168 169 static void ipc_int(int n, istate_t *istate)170 {171 ipc_irq_send_notif(n-IVT_IRQBASE);172 trap_virtual_eoi();173 }174 175 169 /** @} 176 170 */
Note:
See TracChangeset
for help on using the changeset viewer.