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