Rev 2015 | Rev 2054 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2015 | Rev 2048 | ||
|---|---|---|---|
| Line 59... | Line 59... | ||
| 59 | { |
59 | { |
| 60 | uint64_t status; |
60 | uint64_t status; |
| 61 | bool done; |
61 | bool done; |
| 62 | 62 | ||
| 63 | /* |
63 | /* |
| 64 | * This functin might enable interrupts for a while. |
64 | * This function might enable interrupts for a while. |
| 65 | * In order to prevent migration to another processor, |
65 | * In order to prevent migration to another processor, |
| 66 | * we explicitly disable preemption. |
66 | * we explicitly disable preemption. |
| 67 | */ |
67 | */ |
| 68 | 68 | ||
| 69 | preemption_disable(); |
69 | preemption_disable(); |