Changes in kernel/arch/ia32/src/ia32.c [3a2f8aa:49eb681] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/ia32.c
r3a2f8aa r49eb681 37 37 #include <arch.h> 38 38 39 #include < arch/types.h>39 #include <typedefs.h> 40 40 41 41 #include <arch/pm.h> … … 139 139 { 140 140 #ifdef CONFIG_SMP 141 141 if (config.cpu_active > 1) { 142 142 l_apic_init(); 143 143 l_apic_debug(); … … 186 186 (uintptr_t) I8042_BASE); 187 187 #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); 188 194 } 189 195
Note:
See TracChangeset
for help on using the changeset viewer.