Changes in kernel/arch/ia64/src/ia64.c [03a4476:bdd1600] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
r03a4476 rbdd1600 44 44 #include <arch/stack.h> 45 45 #include <arch/mm/page.h> 46 #include <interrupt.h> 46 47 #include <mm/as.h> 47 48 #include <config.h> … … 211 212 (uintptr_t) I8042_BASE); 212 213 #endif 213 214 215 #ifdef CONFIG_NETIF_DP8390 216 sysinfo_set_item_val("netif.dp8390.inr", NULL, IRQ_DP8390); 217 #endif 218 214 219 sysinfo_set_item_val("ia64_iospace", NULL, true); 215 220 sysinfo_set_item_val("ia64_iospace.address", NULL, true); … … 280 285 } 281 286 287 void irq_initialize_arch(irq_t *irq) 288 { 289 (void) irq; 290 } 291 282 292 /** @} 283 293 */
Note:
See TracChangeset
for help on using the changeset viewer.