Rev 2001 | Rev 2009 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2001 | Rev 2008 | ||
|---|---|---|---|
| Line 249... | Line 249... | ||
| 249 | ldx [%l4 + %lo(kernel_8k_tlb_data_template)], %l3 |
249 | ldx [%l4 + %lo(kernel_8k_tlb_data_template)], %l3 |
| 250 | or %l3, %l5, %l3 |
250 | or %l3, %l5, %l3 |
| 251 | stx %l3, [%l4 + %lo(kernel_8k_tlb_data_template)] |
251 | stx %l3, [%l4 + %lo(kernel_8k_tlb_data_template)] |
| 252 | 252 | ||
| 253 | /* |
253 | /* |
| - | 254 | * Flush D-Cache. |
|
| - | 255 | */ |
|
| - | 256 | call dcache_flush |
|
| - | 257 | nop |
|
| - | 258 | ||
| - | 259 | /* |
|
| 254 | * So far, we have not touched the stack. |
260 | * So far, we have not touched the stack. |
| 255 | * It is a good idea to set the kernel stack to a known state now. |
261 | * It is a good idea to set the kernel stack to a known state now. |
| 256 | */ |
262 | */ |
| 257 | sethi %hi(temporary_boot_stack), %sp |
263 | sethi %hi(temporary_boot_stack), %sp |
| 258 | or %sp, %lo(temporary_boot_stack), %sp |
264 | or %sp, %lo(temporary_boot_stack), %sp |