Changeset b3e8c90 in mainline for kernel/arch/sparc64/src/start.S
- Timestamp:
- 2006-08-01T11:24:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e386cbf
- Parents:
- c049309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/start.S
rc049309 rb3e8c90 72 72 nop 73 73 74 set kernel_image_start, %o0 74 75 /* 75 * Take over control of identity mapping. 76 * Take over control of trap table. 76 * Take over control of MMU. 77 77 * 78 * After this call, the kernel is entirely self-sufficient 79 * and independent on OpenFirmware. 78 * First, take over DMMU for which we don't need to issue 79 * any FLUSH instructions. Because of that, we can 80 * demap the old DTLB pretty straightforwardly. 80 81 */ 81 set kernel_image_start, %o082 82 call take_over_tlb_and_tt 83 83 nop
Note:
See TracChangeset
for help on using the changeset viewer.