Changeset cfb79747 in mainline for kernel/arch/ia64/src/ia64.c


Ignore:
Timestamp:
2012-02-14T22:06:15Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a31aad1
Parents:
199112e4 (diff), e10d41a (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

    r199112e4 rcfb79747  
    127127}
    128128
    129 void arch_post_cpu_init(void){
     129void arch_post_cpu_init(void)
     130{
    130131}
    131132
     
    192193       
    193194#ifdef CONFIG_I8042
    194         i8042_instance_t *i8042_instance = i8042_init((i8042_t *) I8042_BASE, IRQ_KBD);
     195        i8042_instance_t *i8042_instance = i8042_init((i8042_t *) I8042_BASE,
     196            IRQ_KBD);
    195197        if (i8042_instance) {
    196198                kbrd_instance_t *kbrd_instance = kbrd_init();
     
    201203                }
    202204        }
    203        
    204         sysinfo_set_item_val("i8042", NULL, true);
    205         sysinfo_set_item_val("i8042.inr_a", NULL, IRQ_KBD);
    206         sysinfo_set_item_val("i8042.inr_b", NULL, IRQ_MOUSE);
    207         sysinfo_set_item_val("i8042.address.physical", NULL,
    208             (uintptr_t) I8042_BASE);
    209         sysinfo_set_item_val("i8042.address.kernel", NULL,
    210             (uintptr_t) I8042_BASE);
    211 #endif
    212 
    213         sysinfo_set_item_val("netif.ne2000.inr", NULL, IRQ_NE2000);
    214 
     205#endif
     206       
    215207        sysinfo_set_item_val("ia64_iospace", NULL, true);
    216208        sysinfo_set_item_val("ia64_iospace.address", NULL, true);
Note: See TracChangeset for help on using the changeset viewer.