Rev 1129 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1129 | Rev 1167 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __LIBC__ia64THREAD_H__ |
29 | #ifndef __LIBC__ia64THREAD_H__ |
30 | #define __LIBC__ia64THREAD_H__ |
30 | #define __LIBC__ia64THREAD_H__ |
31 | 31 | ||
- | 32 | #define THREAD_INITIAL_STACK_PAGES_NO 2 |
|
- | 33 | ||
32 | /* This structure must be exactly 16 bytes long */ |
34 | /* This structure must be exactly 16 bytes long */ |
33 | typedef struct { |
35 | typedef struct { |
34 | void *dtv; /* unused in static linking*/ |
36 | void *dtv; /* unused in static linking*/ |
35 | void *pst_data; |
37 | void *pst_data; |
36 | } tcb_t; |
38 | } tcb_t; |