Ignore:
File:
1 edited

Legend:

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

    rbdd1600 r03a4476  
    4444#include <arch/stack.h>
    4545#include <arch/mm/page.h>
    46 #include <interrupt.h>
    4746#include <mm/as.h>
    4847#include <config.h>
     
    212211            (uintptr_t) I8042_BASE);
    213212#endif
    214 
    215 #ifdef CONFIG_NETIF_DP8390
    216         sysinfo_set_item_val("netif.dp8390.inr", NULL, IRQ_DP8390);
    217 #endif
    218 
     213       
    219214        sysinfo_set_item_val("ia64_iospace", NULL, true);
    220215        sysinfo_set_item_val("ia64_iospace.address", NULL, true);
     
    285280}
    286281
    287 void irq_initialize_arch(irq_t *irq)
    288 {
    289         (void) irq;
    290 }
    291 
    292282/** @}
    293283 */
Note: See TracChangeset for help on using the changeset viewer.