Changes in kernel/arch/sparc64/src/trap/sun4v/mmu.S [9d58539:a52e2f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/sun4v/mmu.S
r9d58539 ra52e2f4 37 37 .text 38 38 39 #include <abi/asmtool.h> 39 40 #include <arch/trap/sun4v/mmu.h> 40 41 #include <arch/trap/trap_table.h> … … 48 49 * %g1 virtual address that has caused the miss 49 50 */ 50 .global install_identity_mapping 51 install_identity_mapping: 52 51 SYMBOL(install_identity_mapping) 53 52 /* output registers mustn't be clobbered during the hypercall, SAVE is too risky */ 54 53 mov %o0, %g3
Note:
See TracChangeset
for help on using the changeset viewer.