Ignore:
Timestamp:
2016-05-22T19:19:43Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b272c67a
Parents:
153c7a29 (diff), af2254ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

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

    r153c7a29 r0dc2fec  
    3636#define KERN_ia32_APIC_H_
    3737
     38#define L_APIC_BASE     0xfee00000
     39#define IO_APIC_BASE    0xfec00000
     40
     41#ifndef __ASM__
     42
    3843#include <typedefs.h>
    3944#include <cpu.h>
     
    364369extern void io_apic_enable_irqs(uint16_t);
    365370
     371#endif  /* __ASM__ */
     372
    366373#endif
    367374
Note: See TracChangeset for help on using the changeset viewer.