Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/ia32.c

    r49eb681 r3a2f8aa  
    3737#include <arch.h>
    3838
    39 #include <typedefs.h>
     39#include <arch/types.h>
    4040
    4141#include <arch/pm.h>
     
    139139{
    140140#ifdef CONFIG_SMP
    141         if (config.cpu_active > 1) {
     141        if (config.cpu_active > 1) {
    142142                l_apic_init();
    143143                l_apic_debug();
     
    186186            (uintptr_t) I8042_BASE);
    187187#endif
    188        
    189         /*
    190          * This nasty hack should also go away ASAP.
    191          */
    192         trap_virtual_enable_irqs(1 << IRQ_DP8390);
    193         sysinfo_set_item_val("netif.dp8390.inr", NULL, IRQ_DP8390);
    194188}
    195189
Note: See TracChangeset for help on using the changeset viewer.