Changes in kernel/arch/amd64/src/amd64.c [849ed54:3a2f8aa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/amd64.c
r849ed54 r3a2f8aa 35 35 #include <arch.h> 36 36 37 #include < typedefs.h>37 #include <arch/types.h> 38 38 39 39 #include <config.h> … … 228 228 (uintptr_t) I8042_BASE); 229 229 #endif 230 231 /*232 * This nasty hack should also go away ASAP.233 */234 trap_virtual_enable_irqs(1 << IRQ_DP8390);235 sysinfo_set_item_val("netif.dp8390.inr", NULL, IRQ_DP8390);236 230 } 237 231
Note:
See TracChangeset
for help on using the changeset viewer.