Rev 2586 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2586 | Rev 4528 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | 38 | ||
| 39 | #include <sys/types.h> |
39 | #include <sys/types.h> |
| 40 | 40 | ||
| 41 | #define CONFIG_TLS_VARIANT_1 |
41 | #define CONFIG_TLS_VARIANT_1 |
| 42 | 42 | ||
| 43 | /** Offsets for accessing __thread variables are shifted 8 bytes higher. */ |
43 | /** Offsets for accessing thread-local variables are shifted 8 bytes higher. */ |
| 44 | #define ARM_TP_OFFSET (-8) |
44 | #define ARM_TP_OFFSET (-8) |
| 45 | 45 | ||
| 46 | /** TCB (Thread Control Block) struct. |
46 | /** TCB (Thread Control Block) struct. |
| 47 | * |
47 | * |
| 48 | * TLS starts just after this struct. |
48 | * TLS starts just after this struct. |