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