Rev 1040 | Rev 1060 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1040 | Rev 1048 | ||
|---|---|---|---|
| Line 123... | Line 123... | ||
| 123 | task, THREAD_USER_STACK); |
123 | task, THREAD_USER_STACK); |
| 124 | 124 | ||
| 125 | /* |
125 | /* |
| 126 | * Create the data as_area. |
126 | * Create the data as_area. |
| 127 | */ |
127 | */ |
| 128 | a = as_area_create(as, AS_AREA_READ | AS_AREA_WRITE, 1, USTACK_ADDRESS); |
128 | a = as_area_create(as, AS_AREA_READ | AS_AREA_WRITE, PAGE_SIZE, USTACK_ADDRESS); |
| 129 | 129 | ||
| 130 | thread_ready(t); |
130 | thread_ready(t); |
| 131 | 131 | ||
| 132 | return task; |
132 | return task; |
| 133 | } |
133 | } |