Ignore:
File:
1 edited

Legend:

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

    reff1f033 r2ddcc7b  
    199199void arch_post_smp_init(void)
    200200{
    201         /* Currently the only supported platform for amd64 is 'pc'. */
    202         static const char *platform = "pc";
    203 
    204         sysinfo_set_item_data("platform", NULL, (void *) platform,
    205             str_size(platform));
    206 
    207201#ifdef CONFIG_PC_KBD
    208202        /*
     
    262256 * we need not to go to CPL0 to read it.
    263257 */
    264 sysarg_t sys_tls_set(sysarg_t addr)
     258unative_t sys_tls_set(unative_t addr)
    265259{
    266260        THREAD->arch.tls = addr;
Note: See TracChangeset for help on using the changeset viewer.