Rev 1079 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1079 | Rev 1085 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | 32 | ||
33 | ## User-space thread entry point for all but the first threads. |
33 | ## User-space thread entry point for all but the first threads. |
34 | # |
34 | # |
35 | # |
35 | # |
36 | __thread_entry: |
36 | __thread_entry: |
- | 37 | mov %ss, %dx |
|
- | 38 | mov %dx, %ds |
|
- | 39 | mov %dx, %es |
|
- | 40 | mov %dx, %fs |
|
- | 41 | mov %dx, %gs |
|
- | 42 | ||
37 | # |
43 | # |
38 | # EAX contains address of uarg. |
44 | # EAX contains address of uarg. |
39 | # |
45 | # |
40 | pushl %eax |
46 | pushl %eax |
41 | call thread_main |
47 | call thread_main |