Rev 1954 | Rev 1978 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1954 | Rev 1975 | ||
---|---|---|---|
Line 218... | Line 218... | ||
218 | brz %l7, 1f ! skip if you are not the bootstrap CPU |
218 | brz %l7, 1f ! skip if you are not the bootstrap CPU |
219 | nop |
219 | nop |
220 | 220 | ||
221 | /* |
221 | /* |
222 | * So far, we have not touched the stack. |
222 | * So far, we have not touched the stack. |
223 | * It is a good idead to set the kernel stack to a known state now. |
223 | * It is a good idea to set the kernel stack to a known state now. |
224 | */ |
224 | */ |
225 | sethi %hi(temporary_boot_stack), %sp |
225 | sethi %hi(temporary_boot_stack), %sp |
226 | or %sp, %lo(temporary_boot_stack), %sp |
226 | or %sp, %lo(temporary_boot_stack), %sp |
227 | sub %sp, STACK_BIAS, %sp |
227 | sub %sp, STACK_BIAS, %sp |
228 | 228 |