Changeset 0b9ac3c in mainline for kernel/arch/ia64/src/ia64.c


Ignore:
Timestamp:
2010-02-23T19:03:28Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c62d2e1
Parents:
1ccafee (diff), 5e50394 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    r1ccafee r0b9ac3c  
    4444#include <arch/stack.h>
    4545#include <arch/mm/page.h>
     46#include <interrupt.h>
    4647#include <mm/as.h>
    4748#include <config.h>
     
    211212            (uintptr_t) I8042_BASE);
    212213#endif
    213        
     214
     215#ifdef CONFIG_NETIF_DP8390
     216        sysinfo_set_item_val("netif.dp8390.inr", NULL, IRQ_DP8390);
     217#endif
     218
    214219        sysinfo_set_item_val("ia64_iospace", NULL, true);
    215220        sysinfo_set_item_val("ia64_iospace.address", NULL, true);
     
    280285}
    281286
     287void irq_initialize_arch(irq_t *irq)
     288{
     289        (void) irq;
     290}
     291
    282292/** @}
    283293 */
Note: See TracChangeset for help on using the changeset viewer.