Changeset 3b712407 in mainline for arch/ia32/src/ia32.c
- Timestamp:
- 2006-03-23T21:15:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e1be3b6
- Parents:
- 38ee55b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/ia32.c
r38ee55b r3b712407 112 112 /** Set Thread-local-storeage pointer 113 113 * 114 * TLS pointer is set in FS register. Unfortunately the 64-bit 115 * part can be set only in CPL0 mode. 116 * 117 * The specs says, that on %fs:0 there is stored contents of %fs register, 118 * we need not to go to CPL0 to read it. 114 * TLS pointer is set in GS register. That means, the GS contains 115 * selector, and the descriptor->base is the correct address. 119 116 */ 120 117 __native sys_tls_set(__native addr)
Note:
See TracChangeset
for help on using the changeset viewer.