Ignore:
File:
1 edited

Legend:

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

    r9928240 raf9dd1e  
    176176#ifdef CONFIG_NS16550
    177177        ns16550_instance_t *ns16550_instance
    178             = ns16550_init((ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL);
     178            = ns16550_init((ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL,
     179            NULL);
    179180        if (ns16550_instance) {
    180181                srln_instance_t *srln_instance = srln_init();
     
    249250}
    250251
    251 /** Set thread-local-storage pointer.
    252  *
    253  * We use r13 (a.k.a. tp) for this purpose.
    254  */
    255 sysarg_t sys_tls_set(uintptr_t addr)
    256 {
    257         return EOK;
    258 }
    259 
    260252void arch_reboot(void)
    261253{
Note: See TracChangeset for help on using the changeset viewer.