Changeset a000fd71 in mainline for kernel/arch/amd64/src/interrupt.c


Ignore:
Timestamp:
2006-10-18T17:03:56Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd13c2a
Parents:
95b3550
Message:

amd64: fix compilation, keyboard not checked yet

File:
1 edited

Legend:

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

    r95b3550 ra000fd71  
    167167}
    168168
    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 
    175169/** @}
    176170 */
Note: See TracChangeset for help on using the changeset viewer.