~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to kernel/arch/ia64/src/ia64.c

  • Committer: Pavel Rimsky
  • Date: 2010-02-20 20:54:53 UTC
  • mfrom: (292 head)
  • mto: This revision was merged to the branch mainline in revision 296.
  • Revision ID: pavel@pavel-laptop-20100220205453-70sim280j709dgp3
Synchronize with head.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
        sysinfo_set_item_val("i8042.address.kernel", NULL,
212
212
            (uintptr_t) I8042_BASE);
213
213
#endif
214
 
        
 
214
 
 
215
#ifdef CONFIG_NETIF_DP8390
 
216
        sysinfo_set_item_val("netif.dp8390.inr", NULL, IRQ_DP8390);
 
217
#endif
 
218
 
215
219
        sysinfo_set_item_val("ia64_iospace", NULL, true);
216
220
        sysinfo_set_item_val("ia64_iospace.address", NULL, true);
217
221
        sysinfo_set_item_val("ia64_iospace.address.virtual", NULL, IO_OFFSET);