Ignore:
File:
1 edited

Legend:

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

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