Rev 2071 | Rev 2101 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2097 | ||
|---|---|---|---|
| Line 98... | Line 98... | ||
| 98 | * BSP initialization (prior the very first call to scheduler()) will be used |
98 | * BSP initialization (prior the very first call to scheduler()) will be used |
| 99 | * as an initialization stack for each AP.) |
99 | * as an initialization stack for each AP.) |
| 100 | */ |
100 | */ |
| 101 | void kmp(void *arg) |
101 | void kmp(void *arg) |
| 102 | { |
102 | { |
| 103 | int i; |
103 | unsigned int i; |
| 104 | 104 | ||
| 105 | ASSERT(ops != NULL); |
105 | ASSERT(ops != NULL); |
| 106 | 106 | ||
| 107 | /* |
107 | /* |
| 108 | * We need to access data in frame 0. |
108 | * We need to access data in frame 0. |