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


Ignore:
Timestamp:
2005-12-10T01:02:31Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6095342
Parents:
973be64e
Message:

Changed ia32 & amd64 to use exc_register instead of trap_register.

Fixed dependency list building. I hope you all have 'makedepend' installed,
if you don't it's time to install it, as CC -M builds the dependency
list without directory names..and it just does not work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/smp/apic.h

    r973be64e rfcfac420  
    312312
    313313extern void apic_init(void);
    314 extern void apic_spurious(__u8 n, __native stack[]);
    315314
    316315extern void l_apic_init(void);
     
    319318extern int l_apic_send_init_ipi(__u8 apicid);
    320319extern void l_apic_debug(void);
    321 extern void l_apic_timer_interrupt(__u8 n, __native stack[]);
    322320extern __u8 l_apic_id(void);
    323321
Note: See TracChangeset for help on using the changeset viewer.