Changeset af9dd1e in mainline for kernel/arch/amd64/src/amd64.c
- Timestamp:
- 2016-04-27T19:48:40Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b0e0140
- Parents:
- 1a5eca4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/amd64.c
r1a5eca4 raf9dd1e 268 268 } 269 269 270 /** Set thread-local-storage pointer271 *272 * TLS pointer is set in FS register. Unfortunately the 64-bit273 * 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 283 270 /** Construct function pointer 284 271 *
Note:
See TracChangeset
for help on using the changeset viewer.