Changeset af9dd1e in mainline for kernel/arch/amd64/src/amd64.c


Ignore:
Timestamp:
2016-04-27T19:48:40Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b0e0140
Parents:
1a5eca4
Message:

Remove SYS_TLS_SET

File:
1 edited

Legend:

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

    r1a5eca4 raf9dd1e  
    268268}
    269269
    270 /** Set thread-local-storage pointer
    271  *
    272  * TLS pointer is set in FS register. Unfortunately the 64-bit
    273  * part can be set only in CPL0 mode.
    274  *
    275  * The specs say, that on %fs:0 there is stored contents of %fs register,
    276  * we need not to go to CPL0 to read it.
    277  */
    278 sysarg_t sys_tls_set(uintptr_t addr)
    279 {
    280         return EOK;
    281 }
    282 
    283270/** Construct function pointer
    284271 *
Note: See TracChangeset for help on using the changeset viewer.