Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1821 → Rev 1822

/trunk/kernel/arch/sparc64/src/start.S
71,14 → 71,14
call memcpy
nop
 
set kernel_image_start, %o0
/*
* Take over control of identity mapping.
* Take over control of trap table.
* Take over control of MMU.
*
* After this call, the kernel is entirely self-sufficient
* and independent on OpenFirmware.
* First, take over DMMU for which we don't need to issue
* any FLUSH instructions. Because of that, we can
* demap the old DTLB pretty straightforwardly.
*/
set kernel_image_start, %o0
call take_over_tlb_and_tt
nop