Rev 1112 | Rev 1122 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1112 | Rev 1121 | ||
---|---|---|---|
Line 141... | Line 141... | ||
141 | 141 | ||
142 | void after_thread_ran_arch(void) |
142 | void after_thread_ran_arch(void) |
143 | { |
143 | { |
144 | } |
144 | } |
145 | 145 | ||
146 | /** Set Thread-local-storeage pointer |
146 | /** Set thread-local-storage pointer |
147 | * |
147 | * |
148 | * We have it currently in K1, it is |
148 | * We have it currently in K1, it is |
149 | * possible to have it separately in the future. |
149 | * possible to have it separately in the future. |
150 | */ |
150 | */ |
151 | __native sys_tls_set(__native addr) |
151 | __native sys_tls_set(__native addr) |