Ignore:
Timestamp:
2010-06-25T04:23:47Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e374ea7
Parents:
06737a0
Message:

Switch amd64 to use the unified panic architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/interrupt.h

    r06737a0 ra043e39  
    112112extern void (* eoi_function)(void);
    113113
    114 extern void decode_istate(int n, istate_t *istate);
     114extern void decode_istate(istate_t *istate);
    115115extern void interrupt_init(void);
    116116extern void trap_virtual_enable_irqs(uint16_t irqmask);
Note: See TracChangeset for help on using the changeset viewer.