Changeset e1be3b6 in mainline for arch/ia64/src/ia64.c


Ignore:
Timestamp:
2006-03-23T21:18:58Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9cbd27b
Parents:
3b712407
Message:

Small textual changes.

File:
1 edited

Legend:

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

    r3b712407 re1be3b6  
    4343#include <console/console.h>
    4444#include <proc/uarg.h>
     45#include <syscall/syscall.h>
    4546
    4647void arch_pre_mm_init(void)
     
    102103        }
    103104}
     105
     106/** Set thread-local-storage pointer.
     107 *
     108 * We use r13 (a.k.a. tp) for this purpose.
     109 */
     110__native sys_tls_set(__native addr)
     111{
     112        return 0;
     113}
Note: See TracChangeset for help on using the changeset viewer.