Changeset ab08b42 in mainline for arch/ia32/include/smp/apic.h


Ignore:
Timestamp:
2005-09-03T16:40:25Z (20 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/include/smp/apic.h

    rf6297e0 rab08b42  
    122122
    123123extern void apic_init(void);
    124 extern void apic_spurious(__u8 n, __u32 stack[]);
     124extern void apic_spurious(__u8 n, __native stack[]);
    125125
    126126extern void l_apic_init(void);
     
    129129extern int l_apic_send_init_ipi(__u8 apicid);
    130130extern void l_apic_debug(void);
    131 extern void l_apic_timer_interrupt(__u8 n, __u32 stack[]);
     131extern void l_apic_timer_interrupt(__u8 n, __native stack[]);
    132132extern __u8 l_apic_id(void);
    133133
Note: See TracChangeset for help on using the changeset viewer.