Changeset 80ca47e in mainline


Ignore:
Timestamp:
2006-10-19T09:19:51Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3dea17f
Parents:
de57e060
Message:

xen32: fix compilation

File:
1 edited

Legend:

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

    rde57e060 r80ca47e  
    189189}
    190190
    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 
    197191/** @}
    198192 */
Note: See TracChangeset for help on using the changeset viewer.