Changeset 95b3550 in mainline for kernel/arch/ia32/src/interrupt.c


Ignore:
Timestamp:
2006-10-18T16:59:28Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a000fd71
Parents:
494a54a
Message:

ia32: fix compilation, keyboard not checked yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/interrupt.c

    r494a54a r95b3550  
    190190}
    191191
    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 
    198192/** @}
    199193 */
Note: See TracChangeset for help on using the changeset viewer.