Changeset ab08b42 in mainline for arch/ia32/src/smp/apic.c


Ignore:
Timestamp:
2005-09-03T16:40:25Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6401f79
Parents:
f6297e0
Message:

Added symbol table lookup in exceptions.
This breaks ia64 & ppc architecture compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/smp/apic.c

    rf6297e0 rab08b42  
    112112}
    113113
    114 void apic_spurious(__u8 n, __u32 stack[])
     114void apic_spurious(__u8 n, __native stack[])
    115115{
    116116        printf("cpu%d: APIC spurious interrupt\n", CPU->id);
     
    320320}
    321321
    322 void l_apic_timer_interrupt(__u8 n, __u32 stack[])
     322void l_apic_timer_interrupt(__u8 n, __native stack[])
    323323{
    324324        l_apic_eoi();
Note: See TracChangeset for help on using the changeset viewer.