Rev 1888 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1888 | Rev 1901 | ||
|---|---|---|---|
| Line 102... | Line 102... | ||
| 102 | { |
102 | { |
| 103 | int i; |
103 | int i; |
| 104 | 104 | ||
| 105 | ASSERT(ops != NULL); |
105 | ASSERT(ops != NULL); |
| 106 | 106 | ||
| 107 | waitq_initialize(&ap_completion_wq); |
- | |
| 108 | - | ||
| 109 | /* |
107 | /* |
| 110 | * We need to access data in frame 0. |
108 | * We need to access data in frame 0. |
| 111 | * We boldly make use of kernel address space mapping. |
109 | * We boldly make use of kernel address space mapping. |
| 112 | */ |
110 | */ |
| 113 | 111 | ||